-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update README install via flake section
- Loading branch information
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,9 +24,7 @@ What exactly is being installed on macOS is documented here: https://nixos.org/m | |
## Installation via flake | ||
|
||
```bash | ||
nix profile install --accept-flake-config "git+ssh://[email protected]/run-as-root/rooter.git?ref=main#rooter" | ||
# once public: nix profile install --accept-flake-config "github:run-as-root/rooter?ref=main" | ||
# from gitlab: nix profile install --accept-flake-config "git+ssh://[email protected]/run_as_root/internal/rooter.git?ref=main" | ||
nix profile install --accept-flake-config "github:run-as-root/rooter?ref=main" | ||
``` | ||
|
||
## Project setup | ||
|