From d107c0b12611b869d9236fb9d84131fda91fdeea Mon Sep 17 00:00:00 2001 From: 1024Adam Date: Sat, 22 Apr 2017 10:14:46 -0400 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dff2f80..12e9878 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ As long as participants are able to keep up with the pace of the maze, the game will never end. ## Setup -**Note:** The following commands should be run in a terminal window after navigating to the root directory of the application. +The following commands in this section (**bolded**) should be run in a terminal window after navigating to the root directory of the application. 1. To install the requirements needed to run the game, type **make**. 2. To run the setup and initialization of the game, type **python setup.py install**.