doc: Fix quickstart since the login is not required and quit exists
Signed-off-by: Alan C. Assis <acassis@gmail.com>
This commit is contained in:
parent
b7156384d1
commit
e9cb6907c8
1 changed files with 4 additions and 5 deletions
|
|
@ -33,18 +33,17 @@ computer.
|
|||
|
||||
.. code-block:: console
|
||||
|
||||
$ make clean; make
|
||||
$ make clean
|
||||
$ make -j
|
||||
$ ./nuttx
|
||||
login: admin
|
||||
password: Administrator
|
||||
User Logged-in!
|
||||
nsh>
|
||||
|
||||
From another terminal window, kill the simulator:
|
||||
You can explore the nsh typing ``help`` or ``?``. Then to leave you can run:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ pkill nuttx
|
||||
nsh> quit
|
||||
|
||||
#. Modify configuration
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue