Skip to content

Commit

Permalink
Merge branch 'master' of github.com:yatli/fvim
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatao Li committed Aug 4, 2020
2 parents 812c1d9 + 7199226 commit 522080c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Cross platform Neovim front-end UI, built with [F#](https://fsharp.org/) + [Aval
- Fedora: `dnf install fvim_package_name.rpm`
- Compile from Source (having dotnet-sdk-3+ installed):
```
git clone /~https://github.com/yatli/fvim && cd fvim && dotnet publish -f netcoreapp3.0 -c Release -r linux-x64 --self-contained
git clone /~https://github.com/yatli/fvim && cd fvim && dotnet publish -f netcoreapp3.1 -c Release -r linux-x64 --self-contained
```

### Features
Expand Down Expand Up @@ -69,7 +69,7 @@ endif
![fluent_cursor](https://raw.githubusercontent.com/yatli/fvim/master/images/fluent_cursor.gif)

### Building from source
We're now targeting `netcoreapp3.0` so make sure to install the latest preview SDK from the [.NET site](https://dotnet.microsoft.com/download/dotnet-core/3.0).
We're now targeting `netcoreapp3.1` so make sure to install the latest preview SDK from the [.NET site](https://dotnet.microsoft.com/download/dotnet-core/3.1).
We're actively tracking the head of `Avalonia`, and fetch the nightly packages from myget (see `NuGet.config`).

Then, simply:
Expand Down

0 comments on commit 522080c

Please sign in to comment.