aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadia Holmquist Pedersen <nadia@nhp.sh>2021-05-02 14:51:11 +0200
committerNadia Holmquist Pedersen <nadia@nhp.sh>2021-05-02 14:51:11 +0200
commit1004ff7fb3800344e5a97317277c3bdb1af4bf5d (patch)
treeb8ed29fc64d27c4fe675e54108fcd6fe72a45e6a
parentb0e97b229eab3ba106fcceba17621267c999ba08 (diff)
Remove cp -r of mac build in readme
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8ae56fe..989ddad 100644
--- a/README.md
+++ b/README.md
@@ -99,9 +99,8 @@ If everything went well, melonDS should now be in the `dist` folder.
```zsh
cmake .. -DCMAKE_PREFIX_PATH="$(brew --prefix qt@5);$(brew --prefix libarchive)" -DMACOS_BUNDLE_LIBS=ON
make -j$(sysctl -n hw.logicalcpu)
- mkdir dist && cp -r melonDS.app dist
```
-If everything went well, melonDS.app should now be in the `dist` folder.
+If everything went well, melonDS.app should now be in the curent directory.
## TODO LIST