Skip to content

Commit 6bf07b5

Browse files
aster-voidclaude
andcommitted
meta: update README nix installation section
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent baced4a commit 6bf07b5

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ devenv.local.yaml
1313
# Added by cargo
1414

1515
/target
16+
17+
# nix
18+
result
19+
result-*

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ cargo install --path .
1616
# Run directly
1717
nix run github:aster-void/rollcron -- /path/to/repo
1818

19-
# Install to profile
19+
# Install
2020
nix profile install github:aster-void/rollcron
2121

22-
# Development shell
23-
nix develop
22+
# Open a shell
23+
nix shell github:aster-void/rollcron
2424
```
2525

26+
I recommend installing this via https://github.com/aster-void/nix-repository for build cache.
27+
2628
## Quick Start
2729

2830
1. Create `rollcron.yaml` in your repository:

0 commit comments

Comments
 (0)