Skip to content

Commit

Permalink
Fixed small typo in getting-started guide
Browse files Browse the repository at this point in the history
  • Loading branch information
schwarzeszeux authored and xperiandri committed Sep 23, 2023
1 parent 730eacc commit 4afcc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ the dependency we specified (FAKE's target module). Paket has a
After configuring Paket, you are ready to run your script. Enter the following command to do so:

```shell
dotnet si build.fsx --compilertool:"~/.nuget/packages/fsharp.dependencymanager.paket/6.0.0-alpha055/lib/netstandard2.0"
dotnet fsi build.fsx --compilertool:"~/.nuget/packages/fsharp.dependencymanager.paket/6.0.0-alpha055/lib/netstandard2.0"
```


Expand Down

0 comments on commit 4afcc15

Please sign in to comment.