Skip to content

Commit

Permalink
Added Development instructions to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
netux committed Aug 19, 2019
1 parent c8b7566 commit ab68da6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ I'm fairly new to Rust and had learned Golang a few months ago, so prefered tryi

With some hope (and luck), this might eventually become the live version of the game.

## Development
1. Install [Golang 1.12.9](https://golang.org/) or later
2. Clone `reference.pxls.conf`, rename it to `pxls.conf` and configure to your liking
3. Run `go run src/*`
4. Go to [https://localhost:4567](https://localhost:4567) (or whatever port you configured in `pxls.conf`)


## Implemented
- [x] Load pxls.conf
Expand Down

0 comments on commit ab68da6

Please sign in to comment.