Replace :ipfs-gno with :cl-ipfs-api²
This commit is contained in:
parent
dd50e4f95d
commit
5844b99863
|
@ -19,7 +19,7 @@ USAGE
|
||||||
Just use `quicklisp` (pop this in your "~/quicklisp/local-projects/",
|
Just use `quicklisp` (pop this in your "~/quicklisp/local-projects/",
|
||||||
and you're good).
|
and you're good).
|
||||||
There is one thing that isn't in quicklisp that this needs, though:
|
There is one thing that isn't in quicklisp that this needs, though:
|
||||||
* ipfs-gno (https://git.eunichx.us/ipfs-gno.git)
|
* cl-ipfs-api² (https://git.eunichx.us/cl-ipfs-api2.git)
|
||||||
|
|
||||||
Once you've loaded :distribute-coin into your REPL, just run:
|
Once you've loaded :distribute-coin into your REPL, just run:
|
||||||
(distribute-coin:server)
|
(distribute-coin:server)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
:version "0.1"
|
:version "0.1"
|
||||||
:author "Jaidyn Ann <jadedctrl@teknik.io>"
|
:author "Jaidyn Ann <jadedctrl@teknik.io>"
|
||||||
:license "Cooperative Software License"
|
:license "Cooperative Software License"
|
||||||
:depends-on ("hunchentoot" "translate" "html-template" "ipfs-gno")
|
:depends-on ("hunchentoot" "translate" "html-template" "cl-ipfs-api2")
|
||||||
:components ((:module "src"
|
:components ((:module "src"
|
||||||
:components
|
:components
|
||||||
((:file "package")
|
((:file "package")
|
||||||
|
|
Ŝarĝante…
Reference in New Issue