diff options
| author | 2023-03-31 11:02:32 -0400 | |
|---|---|---|
| committer | 2023-03-31 11:02:32 -0400 | |
| commit | 363206cc2bd8a288b63d4b244f3edc477087e983 (patch) | |
| tree | c03c449a6e4b8e890bb72ef48555dbf24942a483 | |
| parent | tests: add test for oauth (diff) | |
meta: update README re: inclusion in jpm
| -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. |
