From 02976a8c4736fa64eb06dd36274ed4fa4ac64cb2 Mon Sep 17 00:00:00 2001 From: Patricia Aas Date: Mon, 4 Oct 2021 15:46:53 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2117a87..fa93183 100644 --- a/README.md +++ b/README.md @@ -21,18 +21,14 @@ sudo apt-get install ninja-build pkg-config curl zip unzip tar cmake build-essen ```bash 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 ### All Platforms: -#### Clone the project ```bash git clone https://github.com/mod-cpp/pacman.git -``` - -#### Open the project in VSCode - -```bash - +cd pacman +code . ```