mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Stop lying about code style being ANSI C.
This commit is contained in:
parent
e0c6fb786c
commit
a3d33bfd3f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ This is not the manual; man pages `snac(1)` (user manual), `snac(5)` (formats) a
|
||||||
|
|
||||||
## Building and installation
|
## Building and installation
|
||||||
|
|
||||||
This program is written in highly portable ANSI C. The only external dependencies are `openssl` and `curl`.
|
This program is written in highly portable C. The only external dependencies are `openssl` and `curl`.
|
||||||
|
|
||||||
On Debian/Ubuntu, you can satisfy these requirements by running
|
On Debian/Ubuntu, you can satisfy these requirements by running
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue