Skip to content

Commit 930abed

Browse files
author
CharmySoft
committed
Add a bash script to set up the server
1 parent bde6d15 commit 930abed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Manual
1414
------------------------
1515
[Tic Tac Toe Online in Python][2] is a cross-platform game that should work on any modern desktop operating systems. The instructions below are demonstrated on a Linux distro, but you should be able to run this on Windows and Mac OS X as well.
1616

17-
All the Python scripts in this project are written for Python 3.x and above. The client GUI requires Python Tkinter module. You need to set up the Python 3 environment before you start.
17+
All the Python scripts in this project are written for Python 3.x. The client GUI requires Python Tkinter module. You need to set up the Python 3 environment before you start.
1818

19-
To start the server, please read [docs/MANUAL-SERVER.md](docs/MANUAL-SERVER.md).
19+
To set up the server, please read [docs/MANUAL-SERVER.md](docs/MANUAL-SERVER.md).
2020

2121
To learn about the command-line based client script, please read [docs/MANUAL-CLIENT.md](docs/MANUAL-CLIENT.md).
2222

0 commit comments

Comments
 (0)