Skip to content

Commit

Permalink
Only Files
Browse files Browse the repository at this point in the history
  • Loading branch information
madprops committed Sep 30, 2024
1 parent 89eecbb commit 254982b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ for c in bytes:

## Running

To run the debug version for testing you can use `run.sh`
To run the debug version for testing you can use `run.sh`.

To compile a production binary you can do:

Expand All @@ -140,8 +140,8 @@ Code contributions are welcome to this project.

The only restriction is that dependencies are not allowed.

Library files should be included instead of declared in `goldie.nimble`
Library files should be included instead of declared in `goldie.nimble`.

For instance this uses the `nap` library which I wrote, which is used for arguments.

And it resides in `src/nap`
And it resides in `src/nap`.

0 comments on commit 254982b

Please sign in to comment.