docs: fix some poor spelling & phrasing in docs
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
10
docs/npm.md
10
docs/npm.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user