doc: add nixpkgs avalability
This commit is contained in:
@@ -56,7 +56,15 @@ conda install -c bkryza/label/clang-uml clang-uml
|
||||
|
||||
#### Nix
|
||||
|
||||
You can use the version packaged in nixpkgs like this:
|
||||
```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
|
||||
|
||||
# To build using nix flakes
|
||||
|
||||
Reference in New Issue
Block a user