You have TYPOS in your LINUX install instructions

You have TYPOS in your LINUX install instructions.

On page,

  1. There is an extra space between the dashes in - -createdirs in the first instruction to download client

  2. Shell
    I see on Firefox 48 on Ubuntu, Vivaldi and Chrome 53.0.2785.89
    nohup “$HOME/.odrive-agent/bin/odriveagent” Ampersand GT semicolon /dev/null&

clearly you mean
nohup “$HOME/.odrive-agent/bin/odriveagent” > /dev/null &

And, I tried “Suggest Edit” for the docs on Readme.io, but the LINUX text was not there.

Thanks for pointing this out! I corrected those errors.

I was looking at the suggested edits feature and I can see the Linux text. Are you still unable to see that?

Also

python “$HOME/odrive-agent/bin/odrive.py” status

should be

python “$HOME/.odrive-agent/bin/odrive.py” status

:wink:

Other than that, it works great!

1 Like