From fb9520d7954499a86d5a1f9e2c2ba693491b168e Mon Sep 17 00:00:00 2001 From: Erwan Normand Date: Fri, 12 Apr 2024 16:21:46 +0200 Subject: [PATCH] Add README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md 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).