commit f7f09026aa57dd506b407fef70929fff1be5c0a1
parent c1df2b6211e4854c275bda2cb606926fa325c134
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date: Tue, 25 Mar 2025 13:20:31 -0500
Update README.md
Diffstat:
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -7,6 +7,14 @@
- **Read ahead**: Hides the current texts and highlight the following.
- **Network Play**: Connect with friends over a network using sockets.
+## Requisites
+
+- `gcc`
+- `make`
+- `curl` or `wget`
+- `ncurses` ([Debian](https://packages.debian.org/hu/sid/libncurses-dev), [Arch](https://archlinux.org/packages/core/x86_64/ncurses/))
+- `json-c` ([Debian](https://packages.debian.org/hu/sid/libjson-c-dev), [Arch](https://archlinux.org/packages/core/x86_64/json-c/))
+
## Installation
```sh
@@ -21,7 +29,9 @@ sudo make install
First, download the quotes file from monkeytype.
```sh
-curl https://monkeytype.com/quotes/english.json -o quotes_english.json
+curl -o quotes_english.json https://monkeytype.com/quotes/english.json
+# or
+wget -O quotes_english.json https://monkeytype.com/quotes/english.json
```
Then, choose a port number (from 1024 to 65535) and run the server: