Skip to content

Commit

Permalink
📝 Adding Instructions about Install Process
Browse files Browse the repository at this point in the history
  • Loading branch information
UltiRequiem committed Aug 15, 2021
1 parent 8eccd92 commit e7e5553
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@

## Install

`:CocInstall coc-zls`
In you Neovim run:

`:CocInstall coc-zig`

Or using Packer:

```lua
use {'UltiRequiem/coc-zig', run='yarn install --frozen-lockfile && yarn build'}
```

## License

MIT
coc-zig is licensed under the [MIT License](./LICENSE)

---

Expand Down

0 comments on commit e7e5553

Please sign in to comment.