This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new d7359bf076 Documentation/quickstart/configuring.rst: Add credentials 
for NSH session
d7359bf076 is described below

commit d7359bf0761cac0b8724aa5ab0c0435fc99ebba8
Author: simbit18 <[email protected]>
AuthorDate: Sun Sep 3 18:57:19 2023 +0200

    Documentation/quickstart/configuring.rst: Add credentials for NSH session
    
    Add credentials on code blocks  Build & run
---
 Documentation/quickstart/configuring.rst | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Documentation/quickstart/configuring.rst 
b/Documentation/quickstart/configuring.rst
index 3edd03046e..1ccd0d63db 100644
--- a/Documentation/quickstart/configuring.rst
+++ b/Documentation/quickstart/configuring.rst
@@ -34,7 +34,10 @@ computer.
 
        $ make clean; make
        $ ./nuttx
-       login:
+       login: admin
+       password: Administrator
+       User Logged-in!
+       nsh>
 
    From another terminal window, kill the simulator:
 

Reply via email to