Skip to content

Commit

Permalink
Add SSH key generation step
Browse files Browse the repository at this point in the history
  • Loading branch information
cs278 committed Feb 21, 2015
1 parent 00a1322 commit 5f2823c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Bootstrapping
Configuring my home directory on a new host.

```bash
wget -qO- "https://github.com/cs278/bin/raw/master/bin/ssh-mkkey" | bash
PATH="$HOME/bin:$PATH" bash -c "$(wget -q https://github.com/cs278/home/raw/master/bin/vcsh -O-)" -- clone git://github.com/cs278/home home
PATH="$HOME/bin:$PATH" mr update
```

0 comments on commit 5f2823c

Please sign in to comment.