Browse Source

updating instructions to mention passwd

fix-instructions
Charles Reid 7 years ago
parent
commit
b2babbb149
  1. 10
      README.md

10
README.md

@ -6,18 +6,24 @@ @@ -6,18 +6,24 @@
`dahak-yeti` contains dotfiles and scripts to prep AWS beefy nodes to run dahak.
Once you install the dotfiles you'll have a nice pink prompt.
These dotfiles will give you a nice pink prompt.
![Screen shot after installing](/screen.png)
## Installing Dotfiles and Scripts
Installing the dotfiles and scripts is a three step process that only requires git:
Installing the dotfiles and scripts is a three step process that only requires git.
### Before You Begin
If `which git` returns nothing, you'll need to install it: `apt-get install git`
Make sure you set a password for the `ubuntu` user:
```
sudo passwd ubuntu
```
### Step 1
Start by deploying the repo on the AWS node:

Loading…
Cancel
Save