diff --git a/README.md b/README.md index 3573310..18582bc 100644 --- a/README.md +++ b/README.md @@ -220,9 +220,10 @@ Navigate to the build folder ```bash cd build ``` -Copy the built *TagLib* into the directory +Create the directory and copy the built *TagLib* into the directory ```batch -copy /path/to/libtag.dylib GlyphVisualizer.app/Contents/Frameworks/ +mkdir GlyphVisualizer.app/Contents/Frameworks/ +copy /path/to/libtag.2.dylib GlyphVisualizer.app/Contents/Frameworks/ ``` Use [macdeployqt](https://doc.qt.io/qt-6/macos-deployment.html#the-mac-deployment-tool) ```bash