diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md index d744062..7e2a5f6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,18 @@ +Installation +------------ + +NOTE: No implemented yet + + git clone http:/.../app.sh.git + + mkdir /opt/apps + cd /opt/apps + ln -s .../app.sh.git/app.sh app.sh + + echo 'source .../app.sh.git/app_completion' >> ~/.bashrc + +Or was it `~/.bash_profile`? hmm + Environment ----------- @@ -37,6 +52,10 @@ Tries to upgrade all instances where the version doesn't match the resolved vers #### `set-current` +#### `remove` + +Not implemented + ### `conf` #### `get` |