-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User Guide - 1.3. Installation / Wrong export Statement #257
Comments
I can confirm that the fix looks good. Do you want to submit a PR? The file to be fixed is https://github.com/stnolting/neorv32/blob/master/docs/userguide/sw_toolchain_setup.adoc#13-installation. |
befedo
added a commit
to befedo/neorv32
that referenced
this issue
Jan 23, 2022
fix(doc): Closes stnolting#257 and changes `export PATH:$PATH:/opt/riscv/bin` to `export PATH=$PATH:/opt/riscv/bin`.
Thanks for fixing! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The user guide chapter 1.3. installation has a wrong export statement for the PATH variable.
To Reproduce
Expected behavior
Environment:
Can anyone confirm this or is something in my setup wrong?
Best Regards,
Befedo
The text was updated successfully, but these errors were encountered: