File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
SwiftBundler/SwiftBundler.docc Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Install the latest release of Swift Bundler using [mint](https://github.com/yona
1010mint install stackotter/swift-bundler
1111```
1212
13- > NOTE: If you have previously installed Swift Bundler with the installation script method, remove ` /opt/swift-bundler ` .
13+ > NOTE: If you have previously installed Swift Bundler via the installation script you must delete the ` /opt/swift-bundler ` directory (requires sudo) .
1414
1515## Manual installation
1616
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ swift package --disable-sandbox plugin preview-documentation --target SwiftBundler -p 8080
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ Install the latest version of Swift Bundler with [mint](https://github.com/yonas
2828mint install stackotter/swift-bundler
2929```
3030
31- For more installation methods, see [ the documentation ] ( https://stackotter.github.io/ swift-bundler/documentation/swiftbundler/installation ) .
31+ If you have previously installed Swift Bundler via the installation script you must delete the ` /opt/ swift-bundler` directory (requires sudo ).
3232
33- If you have previously installed Swift Bundler with the installation script method, remove ` /opt/ swift-bundler` .
33+ For more installation methods, see [ the documentation ] ( https://stackotter.github.io/ swift-bundler/documentation/swiftbundler/installation ) .
3434
3535## Getting started 🚦
3636
You can’t perform that action at this time.
0 commit comments