Update README.md

This commit is contained in:
Patricia Aas 2021-10-04 15:42:13 +02:00 committed by GitHub
parent 0d76d69dbc
commit a80f3a5d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -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
```