Updated Development Setup (markdown)

Simon Ser 2021-01-19 12:13:14 +01:00
parent 663d71b5ed
commit 5f14948b81

@ -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).