diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -24,9 +24,9 @@ This is not the manual; man pages `snac(1)` (user manual), `snac(5)` (formats) a | |||
| 24 | 24 | ||
| 25 | `snac` stands for Social Networks Are Crap. | 25 | `snac` stands for Social Networks Are Crap. |
| 26 | 26 | ||
| 27 | ## Installation | 27 | ## Building and installation |
| 28 | 28 | ||
| 29 | 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`. | 29 | This program is written in highly portable ANSI C. The only external dependencies are `openssl` and `curl`. |
| 30 | 30 | ||
| 31 | On Debian/Ubuntu, you can satisfy these requirements by running | 31 | On Debian/Ubuntu, you can satisfy these requirements by running |
| 32 | 32 | ||
| @@ -34,7 +34,7 @@ On Debian/Ubuntu, you can satisfy these requirements by running | |||
| 34 | apt install libssl-dev libcurl4-openssl-dev | 34 | apt install libssl-dev libcurl4-openssl-dev |
| 35 | ``` | 35 | ``` |
| 36 | 36 | ||
| 37 | On OpenBSD you also need to install `curl`: | 37 | On OpenBSD you just need to install `curl`: |
| 38 | 38 | ||
| 39 | ``` | 39 | ``` |
| 40 | pkg_add curl | 40 | pkg_add curl |