Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayphoenix committed Sep 8, 2020
1 parent 4796600 commit 292c72c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![CircleCI](https://circleci.com/gh/IITH-SBJoshi/concurrency-11/tree/master.svg?style=svg&circle-token=fc42038411754d10acd3f32cda550437496725e6)](https://circleci.com/gh/IITH-SBJoshi/concurrency-11/tree/master)
[![CircleCI](https://circleci.com/gh/vijayphoenix/Car-racing-game/tree/master.svg?style=svg)](https://circleci.com/gh/vijayphoenix/Car-racing-game/tree/master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/95ef8ecf89714166963cbe3484e37961)](https://www.codacy.com?utm_source=github.com&utm_medium=referral&utm_content=vijayphoenix/Car-racing-game&utm_campaign=Badge_Grade)

# Chor Police
Expand Down Expand Up @@ -29,13 +29,18 @@ On Linux
Install SFML library.

```
sudo apt-get install libsfml-dev
sudo apt update
sudo apt install libsfml-dev
```
[Cmake](https://cmake.org/) is used to compile the game.

```
sudo apt install cmake
```

Clone the repository:
```
git clone "https://github.com/vijayphoenix/Car-racing-game.git"
git clone https://github.com/vijayphoenix/Car-racing-game.git
```

Browse to the directory where all the files of this repository are located.
Expand Down

0 comments on commit 292c72c

Please sign in to comment.