summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSoccera1 <129828376+Soccera1@users.noreply.github.com>2025-05-28 12:48:53 +1000
committerGitHub <noreply@github.com>2025-05-28 12:48:53 +1000
commitb33b58db254e3701c53765cc11fff8aa995aa3c1 (patch)
treea00978615a4e90b0c4b923db48c03decf8e8a0ab /README.md
parent65ef10005ced5d290348f7dac774d28886c2be63 (diff)
Add FreeBSD installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4cc6100..a414fb6 100644
--- a/README.md
+++ b/README.md
@@ -226,6 +226,13 @@ sudo nixos-rebuild switch
slackpkg install gcc make libX11 libXinerama</code></pre>
</details>
+<details>
+<summary>FreeBSD</summary>
+<pre><code># If you use doas or su instead of sudo, modify the following commands accordingly.
+sudo pkg update
+sudo pkg install gcc gmake libX11 libXinerama</code></pre>
+</details>
+
---
## Build & Install
@@ -241,6 +248,7 @@ yay -S sxwm
```sh
git clone --depth=1 https://github.com/uint23/sxwm.git
cd sxwm/
+# Replace make with gmake on FreeBSD
make
sudo make clean install
```