Skip to content

Commit f614ebd

Browse files
committed
Update README for client packages
1 parent 01f915b commit f614ebd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,18 @@ rpm -i cvmfs-config-eessi-*.rpm
162162
dpkg -i cvmfs-config-eessi-*.rpm
163163
```
164164

165-
Finally, you need to make a file `/etc/cvmfs/default.local` manually; this file is used for local settings and
165+
Next, you need to make a file `/etc/cvmfs/default.local` manually; this file is used for local settings and
166166
contains, for instance, the URL to your local proxy and the size of the local cache. As an example, you can put
167167
the following in this file, which corresponds to not using a proxy and setting the local quota limit to 40000MB:
168168
```
169169
CVMFS_HTTP_PROXY=DIRECT
170170
CVMFS_QUOTA_LIMIT=40000
171171
```
172+
For more details about configuring your client, see https://cvmfs.readthedocs.io/en/stable/cpt-configure.html.
172173

173-
Admin note: for building the client configuration packages, see
174+
Finally, run `cvmfs_config setup` to set up CVMFS.
175+
176+
*Admin note: for building the client configuration packages, see [this section](#building-the-cvmfs-configuration-packages).*
174177

175178
## Verification and usage
176179

0 commit comments

Comments
 (0)