rollingrhinoremix / docs

A GitHub repository for the documentation of Rolling Rhino Remix, all documentation can be found on our Wiki tab.
GNU General Public License v3.0
6 stars 1 forks source link

Make it clear to not run rhino-init or rhino-update as root #2

Closed mcassaniti closed 2 years ago

mcassaniti commented 2 years ago

When I first logged into a new minimal setup I ran sudo -s to get to root and was surprised that I couldn't find rhino-init or rhino-update. Eventually I found out that these are bash aliases and I should've ran them straight up as the user I setup during installation. Could the documentation be updated to cover this or the aliases be added for the root user also?

I know, probably a rookie mistake.

ajstrongdev commented 2 years ago

When I first logged into a new minimal setup I ran sudo -s to get to root and was surprised that I couldn't find rhino-init or rhino-update. Eventually I found out that these are bash aliases and I should've ran them straight up as the user I setup during installation. Could the documentation be updated to cover this or the aliases be added for the root user also?

I know, probably a rookie mistake.

When our documentation says to run something, it should be ran exactly as shown.