-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
58 lines (33 loc) · 1.3 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
### NOIR
---
#### Official Repositories
---
The official repositories for NOIR Linux maintained by Daniel M. Matongo.
More information:
- https://kisslinux.org/package-system
- https://repology.org/repository/noir
---
NOIR is an independent Linux® distribution with a focus on performance and practical functionality.
---
1. Whats Different?
---
NOIR aims to become a minimal general purpose distro for
your pleasure;
- Cutting down on all dependancies and all other bloat to provide you with a functional distro
with as few packages and a much less combined package weight
as possible.
- Taking notes from Wyverkiss we want to be as GNU free as we
can and if we can't at least make GNU software optional.
- We also strive for stability in as much as we love functional minimalism.
2. BINARIES
---
NOTE: This assumes that the user trusts the source of the binary packages.
Regularly updated binaries are provided for the following packages:
- Firefox
- Chromium
- LLVM
Binaries for NOIR (musl) -> https://github.com/kiss-community/repo-bin
### Installing binaries
- Modify `KISS_PATH` such that the `bin` repository takes priority over other repositories:
$ export KISS_PATH=/path/to/main/bin:$KISS_PATH
- The packages can now be installed by a simple [kiss b $PKG && kiss i $PKG] command.