From 37f69aec3804a7c25e4f765c9b667f3be4f903ee Mon Sep 17 00:00:00 2001 From: Leo Le Bouter Date: Wed, 7 Oct 2020 02:41:00 +0200 Subject: [PATCH] Fix warning and add README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 9778db0..a79e115 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # lasy-cli +# How to install + +1. Visit https://rustup.rs/ and follow instructions to install Rust +2. Run: `$ cargo install --git https://git.interhacker.space/lle-bout/lasy-cli.git --force` + +# How to use + +For example with : + +`$ python clitools/generators/tunnel.py | clitools/filters/kaleidoscope.py | lasy-cli` + +And it will print optimized points in the same format. + +# How to update with latest changes from this repo + +Re-run step 2 of installation \ No newline at end of file