Skip to content

Commit fce831c

Browse files
committed
docs: update post-install instructions.
1 parent 5070b68 commit fce831c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/INSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ build `rpm` packages for `CentOS 8`
6565
## Post-Install Configuration
6666

6767
The provided packages install `systemd` service files and sample configuration.
68-
The easiest way to get up and running is to copy the sample configuration in
69-
the correct place and start CRI Resource Manager using systemd. You can do
70-
this using the following commands:
68+
The easiest way to get up and running is to rename the sample configuration and
69+
start CRI Resource Manager using systemd. You can do this using the following
70+
commands:
7171

7272
```
73-
cp /usr/share/doc/cri-resource-manager/fallback.cfg.sample /etc/cri-resmgr/fallback.cfg
73+
mv /etc/cri-resmgr/fallback.cfg.sample /etc/cri-resmgr/fallback.cfg
7474
systemctl start cri-resource-manager
7575
```
7676

0 commit comments

Comments
 (0)