From 777a74511125dacaec33ff5445acb3ec72d0115f Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 4 Oct 2021 15:13:03 +0200 Subject: [PATCH] Updated Development Setup (markdown) --- Development-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development-Setup.md b/Development-Setup.md index 8308802..e909de4 100644 --- a/Development-Setup.md +++ b/Development-Setup.md @@ -55,7 +55,7 @@ When pulling from the Sway repo, remember to also pull from the wlroots repo. If you don't have a recent enough version of libseat or wayland-protocols, you can use subprojects like so: -``sh +```sh git clone https://gitlab.freedesktop.org/wayland/wayland-protocols.git subprojects/wayland-protocols git clone https://git.sr.ht/~kennylevinsen/seatd subprojects/seatd ```