From 2c7409df68a599185a83ee4401610cf64dc2c25f Mon Sep 17 00:00:00 2001 From: Valerian Saliou Date: Fri, 1 Sep 2023 12:46:17 +0200 Subject: [PATCH] Fix --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c9e7b68..d15f555 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Crisp Status Local provides [pre-built packages](https://packagecloud.io/crisp-i **Important: Crisp Status Local only provides 64 bits packages targeting Debian 10, 11 & 12 for now (codenames: `buster`, `bullseye` & `bookworm`). You will still be able to use them on other Debian versions, as well as Ubuntu.** -**First, add the Crisp Status Local APT repository (eg. for Debian `bookworm`):** +First, add the Crisp Status Local APT repository (eg. for Debian `bookworm`): ```bash echo "deb https://packagecloud.io/crisp-im/crisp-status-local/debian/ bookworm main" > /etc/apt/sources.list.d/crisp-im_crisp-status-local.list @@ -85,19 +85,19 @@ curl --silent -L https://packagecloud.io/crisp-im/crisp-status-local/gpgkey | ap apt-get update ``` -**Then, install the Crisp Status Local package:** +Then, install the Crisp Status Local package: ```bash apt-get install crisp-status-local ``` -**Then, edit the pre-filled Crisp Status Local configuration file:** +Then, edit the pre-filled Crisp Status Local configuration file: ```bash nano /etc/crisp-status-local.cfg ``` -**Finally, restart Crisp Status Local:** +Finally, restart Crisp Status Local: ``` service crisp-status-local restart