Skip to content

Commit

Permalink
Separate the iOS/tvOS workload install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo authored May 31, 2024
1 parent 48209c0 commit 1edb79a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/appendix/Appendix-A:-FNA-on-iOS-and-tvOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ In order to build and deploy FNA apps for iOS/tvOS, you must have the following:
4. The iOS/tvOS workloads for the .NET SDK. Once you have installed .NET on your Mac, run the following commands:

```
sudo dotnet workload install ios` and `sudo dotnet workload install tvos
sudo dotnet workload install ios
sudo dotnet workload install tvos
```

### Building fnalibs
Expand Down

0 comments on commit 1edb79a

Please sign in to comment.