Skip to content

Commit

Permalink
Update README build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Marekkon5 committed Nov 10, 2023
1 parent e4b6e92 commit 668f16d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 25 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,10 @@ cd ..

**Compile**
```
cargo run --bin onetagger-python-builder --release
cargo build --release
```
Output is in: `target/release/onetagger`
Output will be in: `target/release/onetagger`


### Windows
Expand All @@ -82,6 +83,7 @@ cd ..

**Compile OneTagger:**
```
cargo run --bin onetagger-python-builder --release
cargo build --release
```

Expand Down

0 comments on commit 668f16d

Please sign in to comment.