Skip to content

Commit

Permalink
Merge pull request #74 from humleflue/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
fabianishere authored Nov 5, 2020
2 parents 6ea0f17 + 2574b9c commit b131824
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ and finally, build it using the building system you chose (e.g. Make):
$ make
```

After the build has been finished, you may install the binaries to your local system (see [CMAKE\_INSTALL\_PREFIX](https://cmake.org/cmake/help/v3.0/variable/CMAKE_INSTALL_PREFIX.html) for information about the install prefix):
```sh
$ make install
```
Alternatively, you may run the interpreter directly without installation, for instance:
```sh
$ ./brainfuck ../examples/hello.bf
```

## License
The code is released under the Apache License version 2.0. See [LICENSE.txt](/LICENSE.txt).

Expand Down

0 comments on commit b131824

Please sign in to comment.