aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDennis Eriksen <d@ennis.no>2023-11-10 09:54:17 +0100
committerDennis Eriksen <d@ennis.no>2023-11-10 09:54:17 +0100
commitcf84fad0955ff07dd6fe3ec30a17dc134e23c356 (patch)
tree6f85e6017e7a5feacd88270cb942e4e2e007ffcb /README.md
parentAdding a python-verion (diff)
downloadmakepass-cf84fad0955ff07dd6fe3ec30a17dc134e23c356.tar.gz
trying out new project structure
Diffstat (limited to '')
-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