Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PQCraft authored Mar 3, 2021
1 parent eb15fd2 commit 3ae0ab4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ To build, use `make clean build`. <br>
To build and run, use `make clean build run`. <br>
To build and run while displaying debug info, use `make clean build debug`. <br>
<br>
Requred packages: `libeditline-dev`
Requred packages: `libeditline-dev` <br>
<br>
**NOTES:** <br>
The prompt prints \r before printing out the text as an editline bug, <br>
when using `PRINT`, remember to add `"\n"` (eg.: `PRINT "text", "\n"`, `PRINT "text" + "\n"`).

0 comments on commit 3ae0ab4

Please sign in to comment.