We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4b475 commit c433a07Copy full SHA for c433a07
README.md
@@ -22,13 +22,15 @@ Tool to deploy [Elixir](http://elixir-lang.org/) & [Phoenix](http://www.phoenixf
22
```sh
23
$ pip install ansible
24
$ 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
29
```
30
31
> If the above commands fail, try with `sudo`.
32
> For Mac OS X, Ansible is also available on homebrew.
33
-Assuming your SSH key is called `id_rsa`, add your SSH key to ssh-agent using the command: `ssh-add ~/.ssh/id_rsa`
-
34
## Setup your project
35
36
1.) Add [exrm](https://github.com/bitwalker/exrm) as your project's dependency in mix.exs
0 commit comments