Updated the output of sudo make install command
This commit is contained in:
parent
57834432ad
commit
0c912a48d6
1 changed files with 10 additions and 10 deletions
20
tutorial.md
20
tutorial.md
|
@ -129,17 +129,17 @@ sudo make install
|
|||
Output:
|
||||
|
||||
```
|
||||
install -D -m 755 kpod /usr/bin/kpod
|
||||
install -D -m 755 ocid /usr/bin/ocid
|
||||
install -D -m 755 ocic /usr/bin/ocic
|
||||
install -D -m 755 ocid /usr/local/bin/ocid
|
||||
install -D -m 755 ocic /usr/local/bin/ocic
|
||||
install -D -m 755 kpod /usr/local/bin/kpod
|
||||
install -D -m 755 conmon/conmon /usr/local/libexec/ocid/conmon
|
||||
install -D -m 755 pause/pause /usr/libexec/ocid/pause
|
||||
install -d -m 755 /usr/share/man/man{1,5,8}
|
||||
install -m 644 docs/kpod.1 docs/kpod-launch.1 -t /usr/share/man/man1
|
||||
install -m 644 docs/ocid.conf.5 -t /usr/share/man/man5
|
||||
install -m 644 docs/ocid.8 -t /usr/share/man/man8
|
||||
install -D -m 644 ocid.conf /etc/ocid/ocid.conf
|
||||
install -D -m 644 seccomp.json /etc/ocid/seccomp.json
|
||||
install -D -m 755 pause/pause /usr/local/libexec/ocid/pause
|
||||
install -d -m 755 /usr/local/share/man/man1
|
||||
install -d -m 755 /usr/local/share/man/man5
|
||||
install -d -m 755 /usr/local/share/man/man8
|
||||
install -m 644 docs/kpod.1 docs/kpod-launch.1 -t /usr/local/share/man/man1
|
||||
install -m 644 docs/ocid.conf.5 -t /usr/local/share/man/man5
|
||||
install -m 644 docs/ocid.8 -t /usr/local/share/man/man8
|
||||
```
|
||||
|
||||
If you are installing for the first time, generate config as follows:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue