Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-M-Lucas authored Oct 19, 2024
1 parent 4d24076 commit 9168a1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Some of these may be broken due to breaking changes

This is designed to work on Linux using `nasm` and `gcc` requiring a library
with `free`, `malloc`, and `printf` to be present (should be by default,
all may not be required if not used in your code). This may work in WSL
all may not be required if not used in your code). This may work in WSL.

The `master` branch should now contain a semi-stable version whereas
the latest version can be found on `dev`. I also use `dev` to sync
Expand All @@ -25,3 +25,5 @@ two examples of the rich error reporting in Whython
Use `cargo run -- [args]` to pass arguments to Whython

Use `cargo run -- -h` to get help

The binary for use without `cargo` commands can be found in `target/release` after running `cargo build -r`

0 comments on commit 9168a1c

Please sign in to comment.