summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke <luke@lukesmith.xyz>2017-09-24 18:14:06 -0700
committerLuke <luke@lukesmith.xyz>2017-09-24 18:14:06 -0700
commitfc89ca9542451982e428477586a2c7649db0bece (patch)
tree3c5261ec88fb45870cfc21973a63d395db4a7813 /README.md
parentd3a73bf0bed92aa2dace1cd2c5c921a988727529 (diff)
Fixing bad instruction.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6a99318..19c94af 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,8 @@ I've also documented the configuration fairly well, check out the documentation
Once you've installed a fresh install of Arch Linux with an internet connection, but before making your user, just run the following in the command line as root:
```
-curl -O http://lukesmith.xyz/larbs/1.sh #Downloads the script.
-bash 1.sh #To run it.
+curl -O http://lukesmith.xyz/larbs/root.sh #Downloads the script.
+bash root.sh #To run it.
```
This will prompt you to create a user and a password and install all of the basic pacakges in the Arch repos.