Skip to content

Commit

Permalink
Merge branch 'master' of github.com:VUISIS/formula
Browse files Browse the repository at this point in the history
  • Loading branch information
saj122 committed Sep 15, 2023
2 parents a4d8c92 + 2781094 commit fcc7f81
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
[![build](https://github.com/VUISIS/formula-dotnet/actions/workflows/build.yml/badge.svg)](https://github.com/VUISIS/formula-dotnet/actions/workflows/build.yml)

## Building and running FORMULA
### Dotnet Tool Install
To install Formula 2.0 as a dotnet tool, run

For x64
```bash
$ dotnet tool install --global VUISIS.Formula.x64 --version 1.0.0
```

For arm64
```bash
$ dotnet tool install --global VUISIS.Formula.ARM64 --version 1.0.0
```

Tool Command
```bash
Note: For Linux and MacOS, you may need to add the dotnet tools path to the system path.
$ formula
```

### With Nix flakes (macOS/Linux)
To build and run the command line interpreter with Nix flakes, run

Expand Down

0 comments on commit fcc7f81

Please sign in to comment.