Cuju-ft/Cuju

suggestions in README

kenchan13 opened this issue · 5 comments

  1. add sudo in command if working on /mnt/ directory
  2. remind user to create a directory /home/[username]/nfsfolder before exit /etc/exports in NFS Node Setup
  3. mark all path names as "Code" to increase readability.
    Thanks!

Thank you for your comment!

About 1:
Yes, we will add sudo mkdir /mnt/nfs on the document.
And add chown+chgrp for /mnt/nfs

About 2:
OK, we will add it

About 3:
Could you give me some examples of "mark all path names as Code"?

Thank you

e.g.
After editing these network interfaces, type/etc/init.d/networking restart or reboot
instead of
After editing these network interfaces, type "/etc/init.d/networking restart" or reboot

thanks!

e.g.
After editing these network interfaces, type/etc/init.d/networking restart or reboot
instead of
After editing these network interfaces, type "/etc/init.d/networking restart" or reboot

thanks!

OK Thank you! We will check the entire document and replace that

@kenchan13 you could also give a pull request, then you can be a contributor if it is approved.

Done by this commit
7d4dde5