aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3dfef11..044ee64 100644
--- a/README.md
+++ b/README.md
@@ -8,10 +8,16 @@
2. Gum (For pretty prompts)
3. Base arch install
+```bash
+sudo pacman -S git gum
+```
+
## Usage
```bash
cd $HOME
git clone https://github.com/krolyxon/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.sh
+# Installation with no confirmation prompts
+./insall.sh --yes
```