From 7eab76fb9b67e6369443b7f06d97b068270a282b Mon Sep 17 00:00:00 2001 From: emirhan Date: Mon, 20 Jan 2025 01:52:02 +0300 Subject: [PATCH] docs: update readme file --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 138620b..589ce39 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 for bonus version. ``` Ta-da! 🥳 You should see a 3D wireframe projection of the map.