From 363206cc2bd8a288b63d4b244f3edc477087e983 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Fri, 31 Mar 2023 11:02:32 -0400 Subject: meta: update README re: inclusion in jpm --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88a14be..1a07d69 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3