diff --git a/README.md b/README.md index 358b75a..9f6c243 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,21 @@ Clone the Git repository, then use npm scripts from its root directory. Or with debug output: npm run debug + +### CLI options + +Display progress bars: + + kredits-ipfs-pinner --progress + +Or with npm: + + npm start -- --progress + +Keep running and watch for new data/documents: + + kredits-ipfs-pinner --watch + +Multiple options at once: + + kredits-ipfs-pinner --progress --watch