From 9e203a8162146533420ebf712341799d6a98166a Mon Sep 17 00:00:00 2001 From: Evgeny Zemtsov Date: Wed, 26 Jun 2019 22:29:46 +0200 Subject: [PATCH] Readme changes --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 532f0d8..f7ce002 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +Note: ports 80 and 8080 should be available \ No newline at end of file