doc: add nixpkgs avalability
This commit is contained in:
@@ -56,7 +56,15 @@ conda install -c bkryza/label/clang-uml clang-uml
|
|||||||
|
|
||||||
#### Nix
|
#### Nix
|
||||||
|
|
||||||
|
You can use the version packaged in nixpkgs like this:
|
||||||
```bash
|
```bash
|
||||||
|
nix-shell -p clang-uml
|
||||||
|
```
|
||||||
|
|
||||||
|
Or you can build it by yourself
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# To build it by yourself
|
||||||
git clone https://github.com/bkryza/clang-uml
|
git clone https://github.com/bkryza/clang-uml
|
||||||
|
|
||||||
# To build using nix flakes
|
# To build using nix flakes
|
||||||
|
|||||||
Reference in New Issue
Block a user