Skip to content

Commit

Permalink
docs: update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
lareii authored Jan 19, 2025
1 parent 5f61ca7 commit 7eab76f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ FdF is a foundational graphics project in the 42 curriculum that involves creati

## Install & Usage (Linux)
### Prerequisites
- [MinilibX](https://github.com/42Paris/minilibx-linux)
- MinilibX requires the following packages to be installed:
```bash
sudo apt-get install xorg libxext-dev zlib1g-dev
Expand All @@ -37,7 +36,7 @@ make # 'make bonus' for bonus version
### Usage
Run the program with a map file as an argument:
```bash
./fdf maps/42.fdf
./fdf maps/42.fdf # './fdf_bonus <map_file> for bonus version.
```
Ta-da! 🥳 You should see a 3D wireframe projection of the map.

Expand Down

0 comments on commit 7eab76f

Please sign in to comment.