summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-04-22 08:18:36 +0200
committerdefault <nobody@localhost>2023-04-22 08:18:36 +0200
commit6bf36f1fc30434cdba61df89f3abb1625515a8d4 (patch)
tree73bbad4981a6bb7a5baa8ef8c47a8454690e2723 /README.md
parent2b80873a283e18f4b3618535b5961167148e4944 (diff)
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9fc41b6..78fd120 100644
--- a/README.md
+++ b/README.md
@@ -24,9 +24,9 @@ This is not the manual; man pages `snac(1)` (user manual), `snac(5)` (formats) a
`snac` stands for Social Networks Are Crap.
-## Installation
+## Building and installation
-This 2.x release is written in C (unlike the 1.x prototype, which was written in Python). The only external dependencies are `openssl` and `curl`.
+This program is written in highly portable ANSI C. The only external dependencies are `openssl` and `curl`.
On Debian/Ubuntu, you can satisfy these requirements by running
@@ -34,7 +34,7 @@ On Debian/Ubuntu, you can satisfy these requirements by running
apt install libssl-dev libcurl4-openssl-dev
```
-On OpenBSD you also need to install `curl`:
+On OpenBSD you just need to install `curl`:
```
pkg_add curl