]> sigrok.org Git - pulseview.git/commitdiff
README: Minor fixes, typos.
authorUwe Hermann <redacted>
Sat, 19 Jan 2013 22:13:56 +0000 (23:13 +0100)
committerUwe Hermann <redacted>
Sat, 19 Jan 2013 22:17:36 +0000 (23:17 +0100)
README

diff --git a/README b/README
index 6788213d5f624fc06ec84cffb99e685750064e20..0a3999b24b0fe7393fd0138cb5a80430b6e6ab33 100644 (file)
--- a/README
+++ b/README
@@ -59,14 +59,17 @@ Please see the following wiki pages for more detailed instructions:
  http://sigrok.org/wiki/Windows
  http://sigrok.org/wiki/FreeBSD
 
  http://sigrok.org/wiki/Windows
  http://sigrok.org/wiki/FreeBSD
 
+
 Creating a source distribution package
 --------------------------------------
 
 In order to build a source package begin with an unconfigured source tree.
 
 Creating a source distribution package
 --------------------------------------
 
 In order to build a source package begin with an unconfigured source tree.
 
- $ mkdir dist/
- $ cmake ../
- $ make package_sources
+ $ mkdir dist
+ $ cd dist
+ $ cmake ..
+ $ make package_source
+
 
 Mailing lists
 -------------
 
 Mailing lists
 -------------