diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-24 07:50:28 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-24 07:50:28 +0800 |
commit | 74843615c2fb02bf8646897a1061b8af515dc75e (patch) | |
tree | 2da4b70ef85490adc719b1f93f4dd2fa25536851 | |
parent | 58eeedb86d14129e73ee08b7e5cbfa8309069344 (diff) |
Update description for more clarity
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ -# Native (non-web) interface written in C for interacting with [Interchange](https://interchangecommerce.org) servers +# Cross-platform library written in C for interacting with [Interchange](https://interchangecommerce.org) servers # Building ```sh -$ git clone git://darapsa.org/libicclient.git -$ cd libicclient +$ git clone git://darapsa.org/libinterchange.git +$ cd libinterchange $ autoreconf -is $ mkdir build $ cd build |