From 56cebf28288614d9ee304578598a32eb24b9f9fd Mon Sep 17 00:00:00 2001 From: Pokorra, Gerd Date: Dec 02 2019 12:04:27 +0000 Subject: add highlight as bash --- diff --git a/README.md b/README.md index cdc284d..5dcd66f 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ Bevor starting the service as the first time a secret key has to been created. For creating the key add store it to the file `/etc/munge/munge.key` the following script is provided: -``` +```bash create-munge-key ``` In the second step you can start und enable the munge service. -``` +```bash systemctl start munge systemctl enalbe munge ```