From 5f14948b811d14e64d04104ea004ba8639308334 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 19 Jan 2021 12:13:14 +0100 Subject: [PATCH] Updated Development Setup (markdown) --- Development-Setup.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Development-Setup.md b/Development-Setup.md index f43116f..7ae9e4c 100644 --- a/Development-Setup.md +++ b/Development-Setup.md @@ -53,6 +53,12 @@ In order to be able to collect core dumps on ASan failures (to inspect variable When pulling from the Sway repo, remember to also pull from the wlroots repo. +If you don't have Sway installed on your system or if you want to test swaybar/swaymsg/swaynag changes, you can populate your `PATH` like so: + +```sh +export PATH=build/swaybar:build/swaymsg:build/swaynag:$PATH +``` + # System-wide installation This section is relevant if you want to install both wlroots and sway system-wide (not using a subproject).