diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -20,10 +20,14 @@ You can add it to your `project.janet` dependency list like so: (declare-project :name "my-project" :dependencies - [{:url "https://github.com/cosmictoast/jurl.git" + [{:repo "https://github.com/cosmictoast/jurl.git" :tag "v1.1.0"}] ``` +`jurl` is also available in the `jpm` package list. +This means you can also install it with `jpm install jurl`, and use +`:repo "jurl"` in your dependencies list. + This wraps around libcurl, and as such needs libcurl (library and headers for building) installed. Tested on linux and macos. |
