From 3ae0ab433d3b4e4b5cc5797392e313ccaec0c80e Mon Sep 17 00:00:00 2001
From: PQCraft <58464017+PQCraft@users.noreply.github.com>
Date: Tue, 2 Mar 2021 21:36:05 -0500
Subject: [PATCH] Update README.md
---
README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 81887f5..ceffacd 100644
--- a/README.md
+++ b/README.md
@@ -7,4 +7,8 @@ To build, use `make clean build`.
To build and run, use `make clean build run`.
To build and run while displaying debug info, use `make clean build debug`.
-Requred packages: `libeditline-dev`
+Requred packages: `libeditline-dev`
+
+**NOTES:**
+The prompt prints \r before printing out the text as an editline bug,
+when using `PRINT`, remember to add `"\n"` (eg.: `PRINT "text", "\n"`, `PRINT "text" + "\n"`).