Browse Source

Change RACK_SDK to RACK_DIR in Migrate2.

master
Andrew Belt 3 years ago
parent
commit
5262ec9ad3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Migrate2.md

+ 1
- 1
Migrate2.md View File

@@ -30,7 +30,7 @@ If you wish, you may keep the minor and revision numbers unchanged, e.g. `2.2.3`
Download the latest [Rack 2 SDK](https://vcvrack.com/downloads/). Download the latest [Rack 2 SDK](https://vcvrack.com/downloads/).
Clean and compile the plugin. Clean and compile the plugin.
```bash ```bash
export RACK_SDK=/path/to/Rack-SDK
export RACK_DIR=/path/to/Rack-SDK
make clean make clean
make dist make dist
``` ```


Loading…
Cancel
Save