aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-02-05 10:31:31 -0200
committerSilvio Rhatto <rhatto@riseup.net>2018-02-05 10:31:31 -0200
commitec18e221509ef81c6a757f008c8e22a7147a985c (patch)
treeef67ffd63d8a4195d256e1f6eb1c161e269994b7 /README.md
parent09d0e867b5d40ab733eec2c9d02ab3354e51f1bd (diff)
downloadapps-ec18e221509ef81c6a757f008c8e22a7147a985c.tar.gz
apps-ec18e221509ef81c6a757f008c8e22a7147a985c.tar.bz2
README cleanup
Diffstat (limited to 'README.md')
-rw-r--r--README.md43
1 files changed, 3 insertions, 40 deletions
diff --git a/README.md b/README.md
index 37d889e..fb506b0 100644
--- 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
----------------