README.md in chest-0.1.0 vs README.md in chest-1.0.0
- old
+ new
@@ -8,9 +8,28 @@
$ gem install chest
```
## Usage
+You can install Sketch plugins from Github by using `install` command:
+
+```console
+$ chest install https://github.com/uetchy/Sketch-StickyGrid.git
+$ chest install uetchy/Sketch-StickyGrid
+$ chest i uetchy/Sketch-StickyGrid
+```
+
+Also you can use `uninstall`, `update`, `list` commands like this:
+
+```console
+$ chest uninstall Sketch-StickyGrid # delete from Plugins folder
+$ chest update Sketch-StickyGrid # pull from git
+$ chest update # this updates all of plugins
+$ chest list # list installed plugins
+```
+
+To see all of available commands, use `help` command:
+
```console
$ chest help
```
## Development