From 35fc36e1e5c8da6f6154ad87fcd2d9885a12d834 Mon Sep 17 00:00:00 2001 From: Sven Seeberg Date: Tue, 24 Mar 2020 17:03:04 +0100 Subject: [PATCH] Make URL generic --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3dd599..0670eba 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ MIT 1. Clone this repo -2. Go to directory, run (requires python3-setuptools) +2. Go to directory, run (requires `python3-setuptools`) ``` python3 setup.py install ``` @@ -20,7 +20,7 @@ MIT 5. Create a `/etc/salt/passbolt.ini` file with the following content: ``` [PASSBOLT] - SERVER = https://pass.netzbegruenung.de + SERVER = https://passbolt.example.com #SERVER_PUBLIC_KEY_FILE = USER_FINGERPRINT = [REPLACE WITH GPG KEY FINGERPRINT] USER_PUBLIC_KEY_FILE = /etc/salt/passbolt_public.asc