Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
W-Wuxian authored Sep 12, 2023
1 parent f7d7e1b commit 1cd1a52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# GOL repository
A Solution to the Game Of Life (GOL) problem
# running cmd :
In a shell at the root of thisrepository use the following command:
make help
Or
cd Code && make help
In a shell use the following command:
```sh
User@My-Linux-Desktop:~$ cd ~/GOL/ && make help
```
# Dependencies
- Make
- g++ as c++ compiler (std17)
Expand Down

0 comments on commit 1cd1a52

Please sign in to comment.