Skip to content

Commit

Permalink
Merge pull request #937 from baronfel/patch-8
Browse files Browse the repository at this point in the history
Update index.md to not suggest install-sh for mac
  • Loading branch information
vzarytovskii authored Aug 2, 2023
2 parents 72f6b74 + bf9b190 commit 877385a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions use/mac/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,6 @@ headline: Use F# on macOS

![logo](../../images/thumbs/dotnet.png) Install the [.NET SDK](https://dotnet.microsoft.com/download).

You can also use this one-liner from the command-line if you prefer not to use the installer package:

```
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --version latest
```

Configure environment variables for your preferred shell profile (i.e. *~/.bashrc*).

```
export DOTNET_ROOT=$HOME/.dotnet
export PATH=$PATH:$HOME/.dotnet:$HOME/.dotnet/tools
```

Once that is installed, you can begin using F#!

Create a file called `hello.fsx` that looks like this:
Expand Down

0 comments on commit 877385a

Please sign in to comment.