From 43a2cdc949b2844e23d3ce124e87b2e5b16efa80 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Tue, 2 Jul 2019 18:45:24 +0200 Subject: [PATCH] Update README --- README.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index faaafc3..a233720 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,24 @@ -# Kredits IPFS pinner +# Kredits IPFS Pinner -This tool pins the IPFS hashes of a Kredits organisation on a IPFS node. +This tool pins the IPFS hashes of a Kredits organisation on an IPFS node. ## Usage - $ kredits-ipfs-pinner --help +### With NPX magic + npx @67p/kredits-ipfs-pinner + +### Global install + + npm install -g kredits-ipfs-pinner + kredits-ipfs-pinner + +### From repo + +Clone the Git repository, then use npm scripts from its root directory. + + npm start + +Or with debug output: + + npm run debug