Closed p00f closed 4 years ago
I had to change netcoreapp3.0 to netcoreapp3.1 git clone https://github.com/yatli/fvim && cd fvim && dotnet publish -f netcoreapp3.0 -c Release -r linux-x64 --self-contained
netcoreapp3.0
netcoreapp3.1
git clone https://github.com/yatli/fvim && cd fvim && dotnet publish -f netcoreapp3.0 -c Release -r linux-x64 --self-contained
yeah... recently updated.
I'll update the readme file, thanks.
https://github.com/yatli/fvim/commit/71992267631c57d4c3d5bc911f96513f3348032e
I had to change
netcoreapp3.0
tonetcoreapp3.1
git clone https://github.com/yatli/fvim && cd fvim && dotnet publish -f netcoreapp3.0 -c Release -r linux-x64 --self-contained