From 75bfffb41309a124092578ebb936764cd4107049 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 7 Feb 2022 23:26:32 -0300 Subject: [PATCH] Remove 'Updating' README.md section --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 09a59eb..c4f8716 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,6 @@ sh sadedot/scripts/bootstrap.sh You can modify the `sadedot/scripts/install.sh` if you want to install some programs on your machine when this script is run. By default, `sadedot/scripts/bootstrap.sh` will not run this script, so you will need to use the `-p` flag if you want it to run `sadedot/scripts/install.sh` (it will run at the end of the script). -## Updating - -To keep your fork up to date with additions to the `sadedot` submodule, you must run: - -```bash -sh sadedot/scripts/update.sh -``` - ## Contributing PRs are welcome.