]> gitweb.fluxo.info Git - rhatto/apps.git/commitdiff
Inception: simplify installation
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 21 Mar 2017 21:54:54 +0000 (18:54 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 21 Mar 2017 21:54:54 +0000 (18:54 -0300)
README.md
inception

index 3cbc1e489154e8616c8b7589079a071e7fdf7fd4..0fd3e93f4a665aacfa5685f308f8292909c33ed6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Installation
 
 Get the code:
 
-    git clone --recursive https://git.fluxo.info/rhatto/apps $HOME/apps && cd $HOME/apps
+    git clone --recursive https://git.fluxo.info/rhatto/apps $HOME/apps
 
 Then check the source integrity of the latest release:
 
@@ -22,11 +22,7 @@ Inception
 
 A more radical approach takes over of all your environment (shell and desktop experience):
 
-    $HOME/apps/inception init
-
-Then, after manually checking repository versions:
-
-    $HOME/apps/inception load --all --deps
+    $HOME/apps/inception install --all --deps
 
 Once installed locally, you can deploy remotelly using rsync+ssh:
 
index 022674e0eb4122b935b931eae6a4948f30bc541b..4128807cd52c48d966a9dbeab5c81f3266da3d66 100755 (executable)
--- a/inception
+++ b/inception
@@ -78,10 +78,8 @@ function inception_load {
 
 # Install
 function inception_install {
-  # We could just do that, but we shall make sure that code was verified
-  #$0 init
-  #$0 load
-  echo "Please README!"
+  $0 init
+  $0 load $*
 }
 
 # Deploy