about summary refs log tree commit diff stats
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 436eadb4..b9a344d6 100644
--- a/readme.md
+++ b/readme.md
@@ -14,8 +14,8 @@ It also functions as a pager, similarly to w3m.
 	  can check your nim compiler's version using `nim -v`.)
 2. Install the following dependencies:
 	* libcurl: <https://curl.se/libcurl/>
-	* quickjs: <https://bellard.org/quickjs/>
 	* zlib: <http://zlib.net/>
+	* (QuickJS is included in the repository.)
 3. Use one of the following:
 	* `make release` - optimized release build
 	* `make` - debug build (slow, for development)