Skip to content

Commit

Permalink
Merge pull request #936 from baronfel/patch-7
Browse files Browse the repository at this point in the history
Don't suggest the install-scripts for linux
  • Loading branch information
dsyme committed Mar 12, 2024
2 parents c0397c2 + a24d0f7 commit 2e850c0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions use/linux/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,6 @@ headline: Use F# on Linux

![logo](../../images/thumbs/dotnet.png) Install the [.NET SDK](https://dotnet.microsoft.com/download). .NET is available for major Linux distributions and is typically installed with the system package manager of your distribution of choice.

Use this one-liner to acquire an installation script if that's your preference:

```
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 2e850c0

Please sign in to comment.