You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.
:ZkInstall
is currently buildingzk
from scratch, which has a few advantages:HEAD
versionzk.nvim
But it also poses a few problems:
zk
requires specific Go tags to build, which might change from one version to the other (see this PR for an example)zk
build will be "unversioned" and might not be 100% stableAn alternative could be to use the GitHub JSON API to fetch the latest pre-built releases from https://api.github.com/repos/mickael-menu/zk/releases/latest
This requires to know the architecture of the computer. If the architecture is not covered, we could always fall back on the
go get
solution.The text was updated successfully, but these errors were encountered: