diff --git a/README.md b/README.md index c1cae69..2117a87 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,13 @@ brew install cmake ninja ### All Platforms: +#### Clone the project ```bash git clone https://github.com/mod-cpp/pacman.git -cd pacman -code . +``` + +#### Open the project in VSCode + +```bash + ```