aboutsummaryrefslogtreecommitdiff
path: root/basics.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'basics.mdwn')
-rw-r--r--basics.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/basics.mdwn b/basics.mdwn
index 53b19c7..0778793 100644
--- a/basics.mdwn
+++ b/basics.mdwn
@@ -1,6 +1,19 @@
Basic packaging
===============
+Configuration files
+-------------------
+
+All the commands in this guide assumes that you're using [these configuration files](https://git.fluxo.info/?p=rhatto/dotfiles/debian.git;a=summary).
+
+Starting a new package
+----------------------
+
+We use the `packages/` folder from this repo to store sources:
+
+ mkdir package/$package
+ cd package/$package
+
Getting the debianized source
-----------------------------