Skip to content

Commit 95f5cf7

Browse files
committed
Fix #1341: Improve docs
1 parent b515cd6 commit 95f5cf7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/INSTALLING.md

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ This file places environment variables on separate lines, prepended with `export
3636
>
3737
> Your `dev.exs` has some sane defaults of `postgres`, `postgres`, and `localhost`, respectively.
3838
39+
> You might want to add `GITHUB_TEST_APP_PEM` to your .env in order test suit to pass locally
40+
> 1. Generate rsa private key (or get one from here http://phpseclib.sourceforge.net/rsa/examples.html)
41+
> 2. base64 encode this key (f.e. in `iex> Base.encode64(your_private_rsa_key`))
42+
3943
Now, you can source the `.env`:
4044

4145
```shell

0 commit comments

Comments
 (0)