Skip to content

Commit

Permalink
README: add rpm package installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatao Li committed Sep 9, 2019
1 parent 0329456 commit 269872a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Cross platform Neovim front-end UI, built with [F#](https://fsharp.org/) + [Aval
- For Linux:
- Debian based distributions: `dpkg -i fvim_package_name.deb`
- Arch Linux: [Install via AUR](https://aur.archlinux.org/packages/fvim/)
- RPM-based distributions: `rpm -ivh 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
Expand Down

0 comments on commit 269872a

Please sign in to comment.