Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dkackman authored Dec 11, 2021
1 parent ccc5b54 commit 5b10191
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A cross platform (Linux ARM & x64, Windows, MacOS) command line utility that mir

## Build and Run

Install [the .net5 sdk](https://dotnet.microsoft.com/download)
Install [the .net6 sdk](https://dotnet.microsoft.com/download)

```bash
dotnet build src
Expand All @@ -30,8 +30,8 @@ cd src/rchia/bin/Debug/net5.0/
Download the appropriate installer from [the latest release](/~https://github.com/dkackman/rchia/releases).
There are three downloads types for each OS:
- `standalone` - the dotnet framework is bundled in the executable. Large file but no dependencies
- `singlefile` - the executable and its dependencies are bundled as a single file. Smaller file but requires the [dotnet runtime](https://dotnet.microsoft.com/download/dotnet/5.0)
- `files` - the executable and its dependencies are not bundled together. Smaller file but requires the [dotnet runtime](https://dotnet.microsoft.com/download/dotnet/5.0)
- `singlefile` - the executable and its dependencies are bundled as a single file. Smaller file but requires the [dotnet runtime](https://dotnet.microsoft.com/download/dotnet/6.0)
- `files` - the executable and its dependencies are not bundled together. Smaller file but requires the [dotnet runtime](https://dotnet.microsoft.com/download/dotnet/6.0)

## Example

Expand Down

0 comments on commit 5b10191

Please sign in to comment.