From 7bc2f41b3363806f8d2fd8b547816587b0413457 Mon Sep 17 00:00:00 2001 From: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> Date: Mon, 15 Nov 2021 15:37:40 -0800 Subject: [PATCH] =?UTF-8?q?Run=20prettier=20=F0=9F=92=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/Running.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Running.md b/docs/Running.md index 05985e94..867c5ed2 100644 --- a/docs/Running.md +++ b/docs/Running.md @@ -34,7 +34,7 @@ ``` or b) Prepare a SQLite DB file: - + ```shell touch config/db.sqlite ``` @@ -115,7 +115,7 @@ systemctl start tailscaled ``` or Docker: - + ```shell docker run \ -v $(pwd)/config:/etc/headscale/ \