Skip to content

Commit af9ec1c

Browse files
committed
Fix ubuntu brew install instruction
1 parent ea3138d commit af9ec1c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/DESKTOP_APPS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ brew install --cask dotnet-6502
2929

3030
```bash
3131
brew tap highbyte/dotnet-6502
32-
brew install dotnet-6502
32+
brew install --formula dotnet-6502
3333
```
3434

3535
### Windows (Scoop)
@@ -58,7 +58,7 @@ On Windows (Scoop), a Start Menu shortcut **DotNet6502 Emulator** is also create
5858
brew update && brew upgrade --cask dotnet-6502
5959

6060
# Linux
61-
brew update && brew upgrade dotnet-6502
61+
brew update && brew upgrade --formula dotnet-6502
6262
```
6363

6464
```powershell
@@ -74,7 +74,7 @@ brew uninstall --cask dotnet-6502
7474
brew untap highbyte/dotnet-6502
7575

7676
# Linux
77-
brew uninstall dotnet-6502
77+
brew uninstall --formula dotnet-6502
7878
brew untap highbyte/dotnet-6502
7979
```
8080

0 commit comments

Comments
 (0)