Skip to content

Commit a29b387

Browse files
authored
Update README.md
1 parent e9f513d commit a29b387

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

07-blackjack/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Blackjack
22

3-
**Install and compile game using GCC C++ compiler (g++)**
4-
3+
## To use the code
4+
* Open Terminal and change the current working directory to the location where you want the cloned directory to be made.
5+
* Download the repository using the [instruction](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository).
6+
* In the command line go to the directory with the files downloaded:
57
```bash
6-
git clone https://github.com/kgoncharova/cpp-games.git
78
cd cpp-games/07-blackjack
9+
```
10+
11+
**How to compile game using GCC C++ compiler (g++)**
12+
```bash
813
g++ -o game -I ./lib *.cpp lib/*.cpp
914
./game
1015
```

0 commit comments

Comments
 (0)