Skip to content

Commit 89767ea

Browse files
authored
docs: add installation instructions without cloning (#213)
**Motivation** <!-- Why does this pull request exist? What are its goals? --> **Description** <!-- A clear and concise general description of the changes this PR introduces --> <!-- Link to issues: Resolves #111, Resolves #222 --> Signed-off-by: Manuel Iñaki Bilbao <manuel.bilbao@lambdaclass.com>
1 parent 599049d commit 89767ea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ To install it, you need to clone the repository and run the following command to
2727
make cli
2828
```
2929

30+
Or install without cloning:
31+
32+
```shell
33+
cargo install --git https://github.com/lambdaclass/rex --locked
34+
```
35+
3036
### Using the CLI
3137

3238
After installing the CLI with `make cli`, run `rex` to display the help message and see the available commands.

0 commit comments

Comments
 (0)