aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1abd74c..8082199 100644
--- a/README.md
+++ b/README.md
@@ -209,7 +209,7 @@ Bash-version. It's a lot messier than the zsh-version.
Build width (from root folder in repo):
```
-$ go build -C go -o .. -ldflags "-s -w"
+$ go build -C src/go -o .. -ldflags "-s -w"
```
### Perl
@@ -224,7 +224,7 @@ Rust-version. It's fast!
Build with (from root):
```
-$ cargo build --manifest-path rust/Cargo.toml --release && mv rust/target/release/makepass makepass.rs
+$ cargo build --manifest-path src/rust/Cargo.toml --release
```
### Shell