Skip to content

Commit

Permalink
Readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ezemtsov committed Jun 26, 2019
1 parent 7ab9c8c commit 9e203a8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# PlayWithMe

### This is a multiplayer 5-in-a-row
#### Backend is built in Haskell
Backend is built in Haskell

### Instructions to run the server:
#### 0. Install haskell Stack
#### 1. git clone {this repository}
#### 2. cd playWithMe
#### 3. stack build
#### 4. stack exec server
#### 5. Open {server-ip}
0. Install haskell Stack
1. git clone {this repository}
2. cd playWithMe
3. stack build
4. stack exec server
5. Open {server-ip}

#### Note: ports 80 and 8080 should be available
Note: ports 80 and 8080 should be available

0 comments on commit 9e203a8

Please sign in to comment.