Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrabit committed Mar 26, 2021
1 parent 45a578c commit 83a63a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ With this little application (Win / macOS) you can easily create a new VST 3 plu
## How to clone and build

```Example
git clone https://github.com/steinbergmedia/vst3_project_generator.git
git clone https://github.com/steinbergmedia/vst3projectgenerator.git
mkdir build
cd build
cmake -GXcode ../vst3_project_generator
cmake -GXcode ../vst3projectgenerator
cmake --build .
```

Expand Down

0 comments on commit 83a63a6

Please sign in to comment.