Skip to content

Commit b258392

Browse files
committed
add distribution for nuget and brew
1 parent bb3a33d commit b258392

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# FScript
22
[![Build (main)](https://github.com/MagnusOpera/FScript/actions/workflows/ci-main.yml/badge.svg?branch=main)](https://github.com/MagnusOpera/FScript/actions/workflows/ci-main.yml)
3+
[![NuGet Language](https://img.shields.io/nuget/v/MagnusOpera.FScript.Language?label=NuGet%20Language)](https://www.nuget.org/packages/MagnusOpera.FScript.Language)
4+
[![NuGet Runtime](https://img.shields.io/nuget/v/MagnusOpera.FScript.Runtime?label=NuGet%20Runtime)](https://www.nuget.org/packages/MagnusOpera.FScript.Runtime)
35

46
FScript is a lightweight, embeddable interpreter with an F#/ML-style language.
57

@@ -55,15 +57,14 @@ Useful samples:
5557
- `samples/tree.fss`
5658
- `samples/mutual-recursion.fss`
5759

58-
## Distribution
60+
## Installation
5961

60-
### Homebrew
62+
### CLI via Homebrew
6163
```bash
62-
brew tap magnusopera/tap
63-
brew install fscript
64+
brew install magnusopera/tap/fscript
6465
```
6566

66-
### NuGet
67+
### Embeddable language via NuGet
6768
- `MagnusOpera.FScript.Language`
6869
- `MagnusOpera.FScript.Runtime`
6970

0 commit comments

Comments
 (0)