Skip to content

Commit

Permalink
Update README.md (#247)
Browse files Browse the repository at this point in the history
Add Windows example
  • Loading branch information
cgravill authored Jan 15, 2020
1 parent b1d37d0 commit 32b587a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ This implements F# for [Jupyter](http://jupyter.org/) notebooks. View the [Featu
To run using a Docker container on Linux/macOS:

docker run -v $PWD:/notebooks -p 8888:8888 fsprojects/ifsharp

or with PowerShell on Windows:

docker run -v ${PWD}:/notebooks -p 8888:8888 fsprojects/ifsharp

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

0 comments on commit 32b587a

Please sign in to comment.