Skip to content

Commit 801441c

Browse files
Update 2022-06-06-Snake_Island_alpha.md
1 parent 8dbda21 commit 801441c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/blog/2022/2022-06-06-Snake_Island_alpha.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,11 @@ This basically means you'll be able to write JSX code directly into your F# app!
132132
<hr />
133133
<br />
134134

135-
Hopefully you're now as excited as we are! You can give Snake Island a go right now by following the instructions for each language above or installing it locally specifying the `snake-island` version range:
135+
Hopefully you're now as excited as we are! You can give Snake Island a go right now by following the instructions for each language above or installing it locally specifying the `snake-island` version range (first command is not necessary if you already have a dotnet tool manifest in the directory):
136136

137137
```
138-
dotnet tool install fable --local --version 4.0.0-snake-island-*
138+
dotnet new tool-manifest
139+
dotnet tool install fable --local --version "4.0.0-snake-island-*"
139140
```
140141

141142
Now you can test the different targets by calling the tool as with Fable 3 and passing the `--lang` option. For example if you want to compile a script to Python, run:

0 commit comments

Comments
 (0)