Bläddra i källkod

Improve "Next steps" in README

Try to show user also "why" they might want to do it.
Alois Mahdal 7 år sedan
förälder
incheckning
34c4b0cf5d
1 ändrade filer med 6 tillägg och 3 borttagningar
  1. 6
    3
      README.md

+ 6
- 3
README.md Visa fil

@@ -182,12 +182,15 @@ Linux machine using common workflow:
182 182
 The tutorial above has been cut down to really only show the most common
183 183
 features.  What you might want to do next:
184 184
 
185
- *  Add SPEC file and debian dir templates,
185
+ *  Add SPEC file and debian dir templates (adding `make rpmstuff` and
186
+    `make debstuff` under your belt).
186 187
 
187 188
  *  Add tokens inside some of your scripts to include stuff known
188
-    only on install time (versions, paths...)
189
+    only at install time (versions, paths...) so that your application
190
+    can report --version as accurately as possible.
189 191
 
190
- *  Do some actual development (branch off, do scratch builds, experiment).
192
+ *  Do some actual development (branch off, do scratch builds, experiment)
193
+    and see how MKit handles versioning.
191 194
 
192 195
 MKit uses SemVer so version reflected in tarbal naming, packaging
193 196
 files and tokens contains enough data to track it back to actual commit.