commit - 5d3bf535c915a718f51bb70c72a9392e5b9def85
commit + 15028c6e86bfe90e1d663a123ad5210bb2bc6b01
blob - 156dc78fc9aeab06f6007c93285909435f22b17b
blob + 99c0444d2f74c5827aef060607314b6575489cc5
--- README.md
+++ README.md
./rc.local-nsh-openbsd-integrate.sh
```
+14. once configuration has been imported, restart the system and verify nsh config is running as expected.
-14. Installing NSH setting NSH as the default shell for a user
+15. Setting NSH as the default shell for a user
- Login as the user
-- locate nsh
-- at the command prompt run chsh -s /usr/local/bin/nsh
+- locate nsh binary, it is usually in /usr/local/bin/nsh
+- at the command prompt run chsh -s command to set the shell to path to the nsh binary
```shell
chsh -s /usr/local/bin/nsh
```
-15. once configuration has been imported, restart the system and verify nsh config is running as expected
-
-
16. please provide feedback , bug repots and suggestions to the developers on our mailing list <nsh@lists.deschutesdigital.com> .