Quellcode durchsuchen

Update Readme.md

Rich Infante vor 7 Jahren
Ursprung
Commit
47f1fb1ca7
1 geänderte Dateien mit 1 neuen und 11 gelöschten Zeilen
  1. 1 11
      Readme.md

+ 1 - 11
Readme.md

@@ -36,7 +36,7 @@ bt.run('backups.list')
   .then(backups => {
     // Gives you a list of backups.
     console.log(backups)
-  }
+  })
 ```
 
 
@@ -45,16 +45,6 @@ bt.run('backups.list')
 ```bash
 # Install directly from NPM
 npm i -g ibackuptool
-
-# If you prefer, you can do this manually:
-# Clone this repo, then run:
-# Install Globally on your system.
-npm i -g 
-
-# Or, If you really want:
-# Clone this repo, then run: 
-npm install
-run `node tools/index.js` # use this instead of ibackuptool
 ```
 
 ### CLI Quickstart