Skip to content

Commit 32b587a

Browse files
authored
Update README.md (#247)
Add Windows example
1 parent b1d37d0 commit 32b587a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ This implements F# for [Jupyter](http://jupyter.org/) notebooks. View the [Featu
1414
To run using a Docker container on Linux/macOS:
1515

1616
docker run -v $PWD:/notebooks -p 8888:8888 fsprojects/ifsharp
17+
18+
or with PowerShell on Windows:
19+
20+
docker run -v ${PWD}:/notebooks -p 8888:8888 fsprojects/ifsharp
1721

1822
The container exposes your current directory as a volume called `notebooks` where the files get saved.
1923
Open with

0 commit comments

Comments
 (0)