diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
| @@ -46,9 +46,17 @@ On FreeBSD, to install `curl` just type: | |||
| 46 | pkg install curl | 46 | pkg install curl |
| 47 | ``` | 47 | ``` |
| 48 | 48 | ||
| 49 | On NetBSD, to install `curl` just type: | ||
| 50 | |||
| 51 | ```sh | ||
| 52 | pkgin install curl | ||
| 53 | ``` | ||
| 54 | |||
| 49 | The source code is available [here](https://comam.es/what-is-snac). | 55 | The source code is available [here](https://comam.es/what-is-snac). |
| 50 | 56 | ||
| 51 | Run `make` and then `make install` as root. | 57 | Run `make` and then `make install` as root. |
| 58 | |||
| 59 | If you're compiling on NetBSD, you should use the specific provided Makefile and run `make -f Makefile.NetBSD` and then `make -f Makefile.NetBSD install` as root. | ||
| 52 | 60 | ||
| 53 | From version 2.27, `snac` includes support for the Mastodon API; if you are not interested on it, you can compile it out by running | 61 | From version 2.27, `snac` includes support for the Mastodon API; if you are not interested on it, you can compile it out by running |
| 54 | 62 | ||