Private
Public Access
2
0

docs: fix some poor spelling & phrasing in docs

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2015-02-09 16:40:47 +00:00
parent fca0efa254
commit 2dc79dde6f
4 changed files with 74 additions and 73 deletions

View File

@@ -15,11 +15,11 @@ we have generated for you.
Recreating tarball
------------------
From a checkout of mraa you can do the following to 'generate' this tarball.
It's important to not leave a .git directory as npm will then consider the
tarball contains a full git tree. Also you need a top level dir which matches
the npm pkg name so we create one with a symlink and add the 'h' flag to tar to
follow simlinks.
You can run the following commands to 'generate' this tarball from a checkout
of mraa. It's important to not leave a .git directory as npm will then
consider the tarball contains a full git tree. You also you need a top level
dir which matches the npm pkg name so we create one with a symlink and add the
'h' flag to tar to follow symlinks.
~~~~~~~~~~~~~{.sh}
mkdir build