diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-10-13 00:03:00 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-10-13 00:03:00 +0200 |
commit | 0ddf6b37b56423ec8ca72ff67c825d2503a1ff5f (patch) | |
tree | e99e7c08adea3472552af0c22720b9aaae82c6b9 /docs | |
parent | cdfcae52a49118d43e2064dd228b789b8452664f (diff) | |
download | app.sh-0ddf6b37b56423ec8ca72ff67c825d2503a1ff5f.tar.gz app.sh-0ddf6b37b56423ec8ca72ff67c825d2503a1ff5f.tar.bz2 app.sh-0ddf6b37b56423ec8ca72ff67c825d2503a1ff5f.tar.xz app.sh-0ddf6b37b56423ec8ca72ff67c825d2503a1ff5f.zip |
o Getting install to work again after refactoring.
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` |