aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-03-26 18:36:52 -0400
committerChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-03-26 18:36:52 -0400
commit9d1fd54b729cf90ad25ebae017f90ed069a7d4af (patch)
treea30c89fcb3e52e86a6a6b06f6e8e4cc6fabcc839 /README.md
parentmeta: add contributing (diff)
meta: add installation cmd
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index ceeb714..ffe2bc1 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,8 @@ For examples of the various APIs, see the tests!
P.S. There are no tests yet, soon though.
## Installation
+`jpm install https://github.com/cosmictoast/jurl.git`
+
This wraps around libcurl, and as such needs libcurl (library and headers for building) installed.
Tested on linux and macos.