From 9b95549c35150ae7ac648a7ea6d75ce49163911a Mon Sep 17 00:00:00 2001 From: Savoy Date: Thu, 16 Jul 2020 13:26:32 -0500 Subject: [PATCH] Bug Fix: syntax issues --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4a54e8b..462c48f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ With `ipm`, additional management is done automatically. Any additions or remova $ git clone https://codeberg.org/savoy/ipm ``` -3. Set-up your IPM_HOME +3. Set-up your $IPM_HOME ``` $ echo 'export IPM_HOME=""' >> ~/.profile @@ -39,12 +39,12 @@ $ ipm add Qm... -d Listing your pins will be a simple `ls -lh` into your `$IPM_HOME/mounts`, with optional usage with the `nnn` filebrowser or `exa`. Can also `ls` a pinned directory, with shell autocompletion (if installed) available for all items. ``` -$ipm ls -$ipm ls ipfs_startup_readme +$ ipm ls +$ ipm ls ipfs_startup_readme ``` Pin removal is all based on the symlink names (with shell autocompletion if enabled). The removal will unpin the item, remove the entry from the database, and delete the symlink from $IPM_HOME/mounts. ``` -$ipm rm ipfs_startup_readme +$ ipm rm ipfs_startup_readme ``` -- 2.45.2