From 56c9e8d0dab219bcd742ab17a59a4cb4cd40022e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 2 Nov 2021 08:46:50 +0100 Subject: [PATCH] Updated Development Setup (markdown) --- Development-Setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Development-Setup.md b/Development-Setup.md index 432e261..c9be507 100644 --- a/Development-Setup.md +++ b/Development-Setup.md @@ -35,9 +35,9 @@ You can build and run sway directly without installing it. A subproject allows t ```sh # Clone repositories -git clone git@github.com:swaywm/sway.git +git clone https://github.com/swaywm/sway.git cd sway -git clone git@github.com:swaywm/wlroots.git subprojects/wlroots +git clone https://gitlab.freedesktop.org/wlroots/wlroots.git subprojects/wlroots # Build sway and wlroots meson build/ @@ -102,7 +102,7 @@ Execute `source ~/.profile` to update the variables for your current terminal se ## Compiling You're now ready to compile wlroots, which is the Wayland compositor library used by sway. -* Clone the [`wlroots`](https://github.com/swaywm/wlroots) repository with git +* Clone the [`wlroots`](https://gitlab.freedesktop.org/wlroots/wlroots/) repository with git * Execute `meson build`, which will create the `build` directory * Execute `ninja -C build` to build * Execute `sudo ninja -C build install` to install