Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
romann-broque authored Nov 18, 2023
1 parent ac54966 commit 45d25fc
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
Expand Up @@ -27,19 +27,19 @@ With these additional features, your exploration becomes even more exciting and

### 🚀 Usage

1. Clone the repository.
#### 1. Clone the repository

```shell
git clone --recursive git@github.com:romann-broque/CUB3d.git
```

2. Install the dependencies
#### 2. Install the dependencies

```shell
sudo apt-get update && sudo apt-get install xorg libxext-dev zlib1g-dev libbsd-dev
```

3. Compile the `cub3D` program.
#### 3. Compile the `cub3D` program

```shell
# without bonuses
Expand All @@ -48,7 +48,7 @@ make
make bonus
```

4. Execute it with the path to a map file as a parameter.
#### 4. Execute with a map file as parameter

```shell
./cub3D maps/42.cub
Expand Down

0 comments on commit 45d25fc

Please sign in to comment.