Skip to content

Commit a177977

Browse files
committed
Add Nix/NixOS installation section to README
1 parent 055424d commit a177977

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ cargo install ccsync
2020
curl https://i.jpillora.com/onsails/ccsync@ccsync-v0.1.5! | bash
2121
```
2222

23+
### Using Nix/NixOS
24+
25+
> **Note:** NixOS package is pending review ([PR #456721](https://github.com/NixOS/nixpkgs/pull/456721))
26+
27+
```bash
28+
# Once merged, install with:
29+
nix profile install nixpkgs#ccsync
30+
31+
# Or use in a shell:
32+
nix shell nixpkgs#ccsync
33+
```
34+
2335
## 🚀 Quick Start
2436

2537
```bash

0 commit comments

Comments
 (0)