Browse Source

Improve "Next steps" in README

Try to show user also "why" they might want to do it.
Alois Mahdal 7 years ago
parent
commit
34c4b0cf5d
1 changed files with 6 additions and 3 deletions
  1. 6
    3
      README.md

+ 6
- 3
README.md View File

182
 The tutorial above has been cut down to really only show the most common
182
 The tutorial above has been cut down to really only show the most common
183
 features.  What you might want to do next:
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
  *  Add tokens inside some of your scripts to include stuff known
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
 MKit uses SemVer so version reflected in tarbal naming, packaging
195
 MKit uses SemVer so version reflected in tarbal naming, packaging
193
 files and tokens contains enough data to track it back to actual commit.
196
 files and tokens contains enough data to track it back to actual commit.