doc : remove \ from wget command
The wget command is broken in the documentation. By using a \ to continue the command on another line, unfortunately line does not render a newline character after it. As such, a copy and paste fails miserably. Removing the \ allows a copy and paste operation. Change-Id: I95c09dbe2dbcd51dedefcedc285e6ed38419960f Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
parent
86b845c44f
commit
05f01bc064
1 changed files with 1 additions and 2 deletions
|
@ -125,8 +125,7 @@ Follow these steps to install the SDK on your Linux host system.
|
|||
|
||||
.. code-block:: console
|
||||
|
||||
$ wget --user=LFID --ask-password \
|
||||
https://nexus.zephyrproject.org/content/repositories/releases/org/zephyrproject/zephyr-sdk/0.7.2-i686/zephyr-sdk-0.7.2-i686-setup.run
|
||||
$ wget --user=LFID --ask-password https://nexus.zephyrproject.org/content/repositories/releases/org/zephyrproject/zephyr-sdk/0.7.2-i686/zephyr-sdk-0.7.2-i686-setup.run
|
||||
|
||||
#. Run the installation binary, type:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue