diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/repos.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/repos.md b/docs/repos.md new file mode 100644 index 00000000..2837ccba --- /dev/null +++ b/docs/repos.md @@ -0,0 +1,11 @@ +PACKAGE REPOSITORY +================== + +Theres 4 repos available in Alice: + +- core: contains base packages for Alice (required) +- wayland: contains packages that required wayland installed +- xorg: contains packages that required xorg installed +- extra: contains packages that can be built with or without either wayland and xorg + +For `wayland` and `xorg` repo, you can choose either one or enabled both. If both is enabled, packages will be built against both. So you can have either 'pure wayland', 'pure xorg' or 'hybrid'.
\ No newline at end of file |