aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDennis Eriksen <d@ennis.no>2023-09-14 12:36:21 +0200
committerDennis Eriksen <d@ennis.no>2023-09-14 12:36:21 +0200
commit59a280f98f5c540e9d0242bc2c5759458fcd6cf8 (patch)
treebaec295b4ca5137cd08ec113679823484663a089 /README.md
parentUpdated rust-version (diff)
downloadmakepass-59a280f98f5c540e9d0242bc2c5759458fcd6cf8.tar.gz
Updated build-instructions for rust-version
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e9e9832..3b6e34a 100644
--- a/README.md
+++ b/README.md
@@ -216,7 +216,7 @@ Rust-version. It's fast!
Build with (from root):
```
-$ cd rust; cargo build --release; cd ../; ln -s rust/target/release/makepass makepass.rs
+$ cargo build --manifest-path rust/Cargo.toml --release && mv rust/target/release/makepass makepass.rs
```
### Shell