Skip to content

Commit

Permalink
docs: add compilation instructions
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Kyle Clemens committed Jul 11, 2018
1 parent dfe3742 commit 5a9621f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,19 @@ Done!
}
```

## Compiling

If you just want to compile paste, perhaps to test while making a contribution, there is a Docker
image that has a set-up build environment.

```shell
# from repo root
docker run --rm -it -v "$(pwd)":/paste jkcclemens/paste
```

By default, that will build paste, but you can also append `/bin/bash` to the command to start a
Bash shell in the working environment.

## Contact

Join the [Discord server](https://discord.gg/EnqSwJK)!

0 comments on commit 5a9621f

Please sign in to comment.