Skip to content

Commit b3d49da

Browse files
committed
Readme touches
1 parent 7da1070 commit b3d49da

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Operating system with vanilla Linux kernel for users who wants to take full cont
66

77
## Minimal example
88

9-
You can watch me building minimal preset on [youtube](https://youtu.be/H09xbSGKjZw) ▶️
9+
You can watch me building minimal preset on [YouTube](https://youtu.be/H09xbSGKjZw) ▶️
1010

1111
```bash
1212
mkdir -p /data/src/nice # recommend HDD folder with few spare gigs
@@ -31,7 +31,7 @@ Everybody likes screenshots right 🙂 here is my 👻
3131

3232
Building my main desktop system - _Ghost_ 👻 with binaries extracted from artix (Pᗣᗧ•••MᗣN)
3333

34-
You can watch me building ghost preset on [youtube](https://youtu.be/SNuNFt7kSIE) ▶️
34+
You can watch me building ghost preset on [YouTube](https://youtu.be/SNuNFt7kSIE) ▶️
3535

3636
```bash
3737
export NICE_PRESET=ghost
@@ -40,7 +40,7 @@ make build
4040
make gui
4141
```
4242

43-
For extracting binaries from other distribution just read [supported distributions](distro_extractor/README.md). We virtually provide extract recipes for every linux distro ever made 😉 For example if you prefer _debian_ binaries over _arch_ just use something like `DISTRO=devuan DISTRO_ISO=/path/to/devuan_chimaera_4.0.0_amd64_minimal-live.iso make extract`. For more extract methods run `make extract`.
43+
For extracting binaries from other distribution just read [supported distributions](distro_extractor/README.md). We virtually provide extract recipes for every linux distro ever made 😉 For example if you prefer _debian_ binaries over _arch_ just use something like `DISTRO=devuan DISTRO_ISO=/path/to/devuan_chimaera_4.0.0_amd64_minimal-live.iso make extract`.
4444

4545
## User's config
4646

presets/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
NiceOS can build completely different target image based on set of rules called __preset__. Before building you are required to select one preset using `NICE_PRESET` variable.
44

5-
Here are some inlcuded presets:
6-
- __[base](base/)__ - starting template, testing preset, [github action](https://github.com/solcloud/NiceOS/actions/workflows/test.yml)
7-
- __[dev](dev/)__ - my development environment featuring docker, [youtube](https://youtu.be/cPaDJTJbgwQ)
8-
- __[ghost](ghost/)__ - my main desktop machine, [youtube](https://youtu.be/SNuNFt7kSIE)
5+
Here are some included presets:
6+
- __[base](base/)__ - starting template, testing preset, [GitHub action](https://github.com/solcloud/NiceOS/actions/workflows/test.yml)
7+
- __[dev](dev/)__ - my development environment featuring docker, [YouTube](https://youtu.be/cPaDJTJbgwQ)
8+
- __[ghost](ghost/)__ - my main desktop machine, [YouTube](https://youtu.be/SNuNFt7kSIE)
99
- __[leti](leti/)__ - my laptop machine
10-
- __[minimal](minimal/)__ - simple & fast ram disk only + kernel + busybox binaries, but you can add anything to it of course, use ldd or static, [youtube](https://youtu.be/4CH8b0HnIu8)
10+
- __[minimal](minimal/)__ - simple & fast ram disk only + kernel + busybox binaries, but you can add anything to it of course, use ldd or static, [YouTube](https://youtu.be/4CH8b0HnIu8)
1111

1212
Of course user can provide [own preset](https://github.com/solcloud/NiceOS#users-presets) using `NICE_PRESET_ROOT` variable.

0 commit comments

Comments
 (0)