diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-02 17:35:02 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-02 17:35:02 -0300 |
commit | 53e1b44d87c32676da33074925f776a9fc4dd7ff (patch) | |
tree | 2fdbf41e968562949223fbec1e0a90822a7b7026 /docs/README.md | |
parent | b301abacd5ae122bce7a56ae73026108063421bb (diff) | |
download | debian-53e1b44d87c32676da33074925f776a9fc4dd7ff.tar.gz debian-53e1b44d87c32676da33074925f776a9fc4dd7ff.tar.bz2 |
Feat: make the project more general
Diffstat (limited to 'docs/README.md')
-rw-r--r-- | docs/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..c4cc5f0 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,13 @@ +# Debian Maintenance Effort! + +In the past, we used to be [heavy slackware +users](https://simplepkg.fluxo.info) when we just had a few boxes to manage. +Then we had to change our whole packaging paradigm when we switched to Debian. + +These notes are mainly references to the detailed Debian/Ubuntu documentations +we're using in the course of learning the intricacies of Debian maintenance, +including packaging. + +Grab this repository using + + git clone --recursive https://git.fluxo.info/debian |