From 508fa912ab6b19252d7fa2d1647a54101a85debf Mon Sep 17 00:00:00 2001 From: jowj Date: Tue, 13 Nov 2018 16:21:17 -0600 Subject: [PATCH] Update readme with steps for getting started with colove container. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93381f9..cbba496 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,17 @@ a container of love ## usage +### prep First, build the container: `py colove.py -b` Then, run the container and attach: `py colove.py -r` -These do magic that is baked into the script that I should update here later. \ No newline at end of file +### in the container +1. `. /colove/setup/setup.sh` +2. pass in your gpg key +3. add ssh keys to your ssh-agent (TODO: fucking do this automatically) + - `ssh-add ~/path/to/file` +4. run any deploys you want +