]> gitweb.fluxo.info Git - rhatto/apps.git/commitdiff
README cleanup
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 5 Feb 2018 12:31:31 +0000 (10:31 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 5 Feb 2018 12:31:31 +0000 (10:31 -0200)
README.md

index 37d889e182458b53007d9d2ce035393155a9fc10..fb506b09def6ae5132a0abeeaeb3c144735946bf 100644 (file)
--- a/README.md
+++ b/README.md
@@ -39,48 +39,11 @@ you might have available on your shell.
 To use a project distributed by this repository simply add it's folder into
 your `$PATH`.
 
-infection
+Infection
 ---------
 
-**WARNING:** running `infection` might replace your existing configuration with
-my defaults. You probably don't want to do that, except if you like my config.
-If you just want to use my scripts, skip the rest of this file.
-
-If you want to use `infection` with your own config, feel free to change things
-the way it best fits your taste.
-
-If you want to use all all my applications and dotfiles, replacing your
-existing configuration with mine, simply run
-
-    $HOME/apps/infection install --all --deps
-
-Once installed locally, you can sincronize this config to a remote host using
-rsync+ssh:
-
-    infection deploy <hostname>
-
-This commands uses rsync to send all contents of your `$HOME/apps` and
-`$HOME/.dotfiles` to a remote server, so please do not add personal or
-sensitive stuff in those places. Then it makes sure your dotfiles are properly
-linked.
-
-Updating
---------
-
-You can fetch updates in this repository using
-
-    infection fetch
-
-This commands don't automatically update your working copy. Instead, it just
-does a git fetch in the `remotes/origin` repository and display it's last
-commit log including git signature.
-
-You can check version differences using `infection version` and also standard
-git commands such as `git-log(1)`. Once you're satisfied and want to apply
-changes to the current working copy including updating and initializing
-submodules, type
-
-    infection merge
+You might make this repository takeover your `$HOME`.
+Check [Inception README](inception/README.md) for details.
 
 Folder structure
 ----------------