Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvapiav authored Nov 6, 2024
1 parent e5924e0 commit 61e30e2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,19 @@ $ nix flake show
$ nix build -L .#fmo-os-installer-debug
```
# Using cachix to build speed up
- You may use binary $ to speed up your builds
- Install cachix:
```bash
$ nix-env -iA cachix -f https://cachix.org/api/v1/install
```
- Authenticate:
- Use $ix to build:
```bash
$ cachix use fmo-os
$ nix build -L .#fmo-os-installer-debug
```
# Ghaf documentation links
Expand Down

0 comments on commit 61e30e2

Please sign in to comment.