From 2a6ab88e3459734a6048e5cd39e81571890671bf Mon Sep 17 00:00:00 2001 From: Gilles Grandou Date: Fri, 30 Apr 2021 11:38:11 +0200 Subject: [PATCH] update README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 8b7befd..20f923b 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,18 @@ system install, for all users, as `root`: each user can have its own configuration in `~/.config/runon/runon.conf`. +## some convenient links + +you can create soft links to `runos` to simplify calls: + + cd /usr/local/bin + ln -s runon centos7 + +now calling `centos7 ...` is equivalent to call `runos centos7 ...`: + + centos7 xclock + + Usage -----