From 32306135bb688d659c02f2a3dcb60fc14484bc07 Mon Sep 17 00:00:00 2001 From: Jaidyn Levesque Date: Sun, 21 Jul 2019 22:25:14 -0500 Subject: [PATCH] Update README --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index cafbcd8..ecb9679 100644 --- a/README.txt +++ b/README.txt @@ -11,8 +11,8 @@ It uses Dexador, YASON, and UIOP. ———————————————————————————————————————— USAGE ———————————————————————————————————————— -Just use `quicklisp` (pop this in your "~/quicklisp/local-projects/", -and you're good). +:cl-ipfs-api² is available on Quicklisp, so just run: + > (ql:quickload :cl-ipfs-api2) Then you can do things like: > (ipfs:add #p"~/.bashrc")