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 6, 2021
1 parent c42968e commit 4072863
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ To update the code files, use `make update`. <br>
To install clibasic as a command, use `sudo make clean build install`. <br>
<br>
**Requred packages:** <br>
Debian/Ubuntu: `libedit-dev` `libeditline-dev` <br>
Arch: `libedit` `editline` <br>
Apline: `libedit-dev` `editline-dev` <br>
Debian/Ubuntu: `libedit-dev` `libeditline-dev` `libreadline-dev` <br>
Arch: `libedit` `editline` `readline` <br>
Apline: `libedit-dev` `editline-dev` `readline-dev` <br>
<br>
**NOTES:** <br>
The prompt prints \r before printing out the text as an editline bug workaround, <br>
when using `PRINT`, remember to add `"\n"` (eg.: `PRINT "text", "\n"`, `PRINT "text" + "\n"`, `PRINT "text\n"`).

0 comments on commit 4072863

Please sign in to comment.