docs: update for official package status

This commit is contained in:
Daylin Morgan 2023-04-29 16:32:06 -05:00
parent 8f22686e3c
commit e028c4c769
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -15,7 +15,7 @@
## Usage ## Usage
```sh ```sh
nimble install https://github.com/catppuccin/nim nimble install catppucin
``` ```
The `catppuccin` nim library was designed to interface with [`treeform/chroma`](https://github.com/treeform/chroma), however it is not required for basic usage. Some of the basic color types and transformations have been ported from `chroma` The `catppuccin` nim library was designed to interface with [`treeform/chroma`](https://github.com/treeform/chroma), however it is not required for basic usage. Some of the basic color types and transformations have been ported from `chroma`
@ -32,7 +32,7 @@ echo mocha.rosewater.color().toHex()
Output of `nim r examples/term.nim`: Output of `nim r examples/term.nim`:
![example screenshot](./assets/term.svg) ![example screenshot](https://raw.githubusercontent.com/catppuccin/nim/main/assets/term.svg)
<!-- this section is optional --> <!-- this section is optional -->