Update README.md
This commit is contained in:
parent
a80f3a5d8a
commit
02976a8c47
1 changed files with 3 additions and 7 deletions
10
README.md
10
README.md
|
@ -21,18 +21,14 @@ sudo apt-get install ninja-build pkg-config curl zip unzip tar cmake build-essen
|
||||||
```bash
|
```bash
|
||||||
brew install cmake ninja
|
brew install cmake ninja
|
||||||
```
|
```
|
||||||
|
* Follow the instructions for [Launching VSCode from the command line](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line)
|
||||||
|
|
||||||
## Configure and build project
|
## Configure and build project
|
||||||
|
|
||||||
### All Platforms:
|
### All Platforms:
|
||||||
|
|
||||||
#### Clone the project
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/mod-cpp/pacman.git
|
git clone https://github.com/mod-cpp/pacman.git
|
||||||
```
|
cd pacman
|
||||||
|
code .
|
||||||
#### Open the project in VSCode
|
|
||||||
|
|
||||||
```bash
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue