Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
SamLukeYes committed Jan 15, 2023
1 parent 3108813 commit b88d9ef
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
# NixOS live image with DDE

**Warning: This repo is still a work in progress. The applications and features in the live images may be subject to change.**

### Build
### Build from the latest source

- generic build

```command
$ nix build 'github:SamLukeYes/nixos-dde-iso#generic'
```

```command
$ nix build 'github:SamLukeYes/nixos-dde-iso#generic'
```
- with localization and other tweaks for Mainland China

```command
$ nix build 'github:SamLukeYes/nixos-dde-iso#cn'
```
```command
$ nix build 'github:SamLukeYes/nixos-dde-iso#cn'
```

Optionally, if you don't want to compile [dde-nixos](https://github.com/linuxdeepin/dde-nixos) packages from source when building the live image, you can use the binary cache provided by [garnix](https://garnix.io/docs/caching).
Optionally, if you don't want to compile [dde-nixos](https://github.com/linuxdeepin/dde-nixos) packages from source when building the live image, you can use the binary cache provided by [garnix](https://garnix.io/docs/caching).

0 comments on commit b88d9ef

Please sign in to comment.