Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexagon committed Aug 3, 2023
1 parent ca45b4a commit a8109a8
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,28 @@ Rust implementation of the Fift esoteric language.

```bash
curl https://sh.rustup.rs -sSf | sh
cargo install --git https://github.com/broxus/fift.git
cargo install --locked fift-cli
```

## Usage

```bash
fift
```
Usage: fift [<source_file>] [-n] [-I <include>] [-L <lib>]
A simple Fift interpreter. Type `bye` to quie, or `words` to get a list of all commands
Positional Arguments:
source_file an optional path to the source file (stdin will be used
otherwise)
Options:
-n, --bare do not preload standard preamble file `Fift.fif`
-I, --include sets color-separated library source include path. If not
indicated, $FIFTPATH is used instead
-L, --lib sets an explicit path to the library source file. If not
indicated, a default one will be used
--help display usage information
-v, --version print version information and exit
```

## Contributing
Expand Down

0 comments on commit a8109a8

Please sign in to comment.