commit fb9520d7954499a86d5a1f9e2c2ba693491b168e Author: Erwan Normand Date: Fri Apr 12 16:21:46 2024 +0200 Add README diff --git a/README.md b/README.md new file mode 100644 index 0000000..e7af0f5 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Wearable Haptics and Augmented Reality + +## Usage + +Clone this repository with its submodules: + +``` +git clone --recurse-submodules +``` + +If you have already cloned the repository, you can update the submodules with: + +``` +git submodule --init --update +``` + +Compile `main.tex` using either `pdflatex` with `biblatex` or `lualatex` (recommended).