sbgrid-cli.md
... ...
@@ -36,9 +36,9 @@ The SBGrid installation manager is available in graphical and command-line flavo
36 36
37 37
`sbgrid-cli` is single binary executable and should work on most modern Linux distributions.
38 38
39
-The SBGrid installation manager will install the software collection to `/opt/sbgrid` by default (though this can be changed). A symlink from `/programs` to the installation directory is required and this step does require admin priveleges. **Admin privileges are not required to run the applications**. This is only for the initial installation, specifically the creation of /opt/sbgrid (if desired) and for `/programs` (required).
39
+The SBGrid installation manager will install the software collection to */opt/sbgrid* by default (though this can be changed). A symlink from */programs* to the installation directory is required and this step does require admin priveleges. **Admin privileges are not required to run the applications**. This is only for the initial installation, specifically the creation of /opt/sbgrid (if desired) and for */programs* (required).
40 40
41
-The `sbgrid-cli` install manager uses 'sudo' for priveleged installation tasks. As such, it should be used from an account with sudo privileges if this functionality is desired. Alternatively, software installation can be completed without sudo and the `/programs` link can be added manually later. The software will not be functional without this path.
41
+The `sbgrid-cli` install manager uses 'sudo' for priveleged installation tasks. As such, it should be used from an account with sudo privileges if this functionality is desired. Alternatively, software installation can be completed without sudo and the */programs* link can be added manually later. The software will not be functional without this path.
42 42
43 43
While not strictly required, we recommend a dedicated 'sbgrid' user account for software management, particularly on multiuser systems. This ensures the software can't be modified by user accounts and that data won't be mistakenly saved into the software stack and lost inadvertantly during software updates. The `sbgrid-cli` program will add and remove software. **If user data files are accidentally saved into the software collection, they are likely to be lost.**
44 44
... ...
@@ -128,7 +128,7 @@ Some useful options here are :
128 128
129 129
**--no-link**
130 130
131
-skips creatation of a symlink at `/programs`. Useful for installs without sudo
131
+skips creatation of a symlink at */programs*. Useful for installs without sudo
132 132
133 133
**--skip-folder-checking**
134 134
... ...
@@ -136,7 +136,7 @@ skips the check for software that is already installed. Will overwrite existing
136 136
137 137
**--target <target>**
138 138
139
-Set the install directory to a different path than `/opt/sbgrid`
139
+Set the install directory to a different path than */opt/sbgrid*
140 140
141 141
Trouble activating? See Troubleshooting options further down this page.
142 142