Skip to content

Commit

Permalink
Update SETUP.md based on OpenCon do-a-thon
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Nov 13, 2017
1 parent 46824e6 commit 3ee9d3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
The process to create a new Manubot manuscript is a bit challenging, because it requires a few steps that are difficult to automate.
However, you will only have to perform these steps once for each manuscript.
These steps should be performed in a terminal, starting in the directory where you want the manuscript folder be created.
Windows users can use [Git Bash](https://git-for-windows.github.io/) to run the commands.

## Configuration

Expand Down Expand Up @@ -72,7 +73,7 @@ ssh-keygen \
echo https://github.com/$OWNER/$REPO/settings/keys
```

Manually add `deploy.key.pub` (with write access) to GitHub under the repository's deploy key settings (the URL echoed above).
Manually add the text of `deploy.key.pub` (with write access) to GitHub under the repository's deploy key settings (the URL echoed above).
Give the key a descriptive title, such as "Travis CI Manubot".

For the next step, you need the [Travis command line client](https://github.com/travis-ci/travis.rb) installed.
Expand Down

0 comments on commit 3ee9d3a

Please sign in to comment.