Skip to content

Commit c433a07

Browse files
committed
Update README.md
1 parent 6c4b475 commit c433a07

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ Tool to deploy [Elixir](http://elixir-lang.org/) & [Phoenix](http://www.phoenixf
2222
```sh
2323
$ pip install ansible
2424
$ ansible-galaxy install HashNuke.elixir-stack
25+
26+
# assuming your SSH key is called `id_rsa`
27+
# run this everytime you start your computer
28+
$ ssh-add ~/.ssh/id_rsa
2529
```
2630

2731
> If the above commands fail, try with `sudo`.
2832
> For Mac OS X, Ansible is also available on homebrew.
2933
30-
Assuming your SSH key is called `id_rsa`, add your SSH key to ssh-agent using the command: `ssh-add ~/.ssh/id_rsa`
31-
3234
## Setup your project
3335

3436
1.) Add [exrm](https://github.com/bitwalker/exrm) as your project's dependency in mix.exs

0 commit comments

Comments
 (0)