diff --git a/README.md b/README.md index eed5861..9c7dc8e 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,7 @@ To update the code files, use `make update`.
To install clibasic as a command, use `sudo make clean build install`.

**Requred packages:**
-Debian/Ubuntu: `libedit-dev` `libeditline-dev`
-Arch: `libedit` `editline`
-Apline: `libedit-dev` `editline-dev`
+Debian/Ubuntu: `libedit-dev` `libeditline-dev` `libreadline-dev`
+Arch: `libedit` `editline` `readline`
+Apline: `libedit-dev` `editline-dev` `readline-dev`

-**NOTES:**
-The prompt prints \r before printing out the text as an editline bug workaround,
-when using `PRINT`, remember to add `"\n"` (eg.: `PRINT "text", "\n"`, `PRINT "text" + "\n"`, `PRINT "text\n"`).