Skip to content

Commit a7801c3

Browse files
committed
doc: fix INSTALL for dotnet
1 parent a889d1d commit a7801c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ dotnet publish rawrr-dotnet.csproj --os linux -a x64 --output /Users/cp/Library/
5757
## generates a ~110MB BLOB
5858
dotnet publish -c Release -r linux-x64 -p PublishReadyToRun=true
5959
dotnet publish -c Release -r win-x64 -p PublishReadyToRun=true
60+
dotnet publish -c Release -r osx-x64 -p PublishReadyToRun=true
6061
```
6162

6263

@@ -66,8 +67,7 @@ The `Dockerfile` performing `R CMD build` and `R CMD check` requires
6667

6768
```
6869
from bioconductor/bioconductor_docker:devel
69-
run apt-get update && apt-get install mono-mcs mono-xbuild -y
70-
run apt-get install dotnet-sdk-8.0
70+
run apt-get update && apt-get install dotnet-sdk-8.0 -y
7171
run R -q -e "BiocManager::install(c('BiocStyle', 'ExperimentHub', 'knitr', 'protViz', 'rmarkdown', 'tartare', 'testthat'))"
7272
```
7373

0 commit comments

Comments
 (0)