Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
eboatwright authored Jan 12, 2024
1 parent e90f983 commit f8b1f38
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@
[The Official Brainf\*ck Website](https://brainfuck.org/)

## Usage
To run a .bf file, use this command:
``
Print out the current version:
```
./bfrs --version
```
<br>Run a file:
```
./bfrs your_file_here.bf
``
<br>
BF.rs also has 2 custom instructions useful for debugging:
```
<br>BF.rs also has 2 custom instructions useful for debugging:
```
: Prints out the raw value at the current memory index
# Prints out all memory to the terminal
Expand Down

0 comments on commit f8b1f38

Please sign in to comment.