Skip to content

Commit

Permalink
Merge pull request #32 from justchen1369/main
Browse files Browse the repository at this point in the history
Fix Arch build instructions
  • Loading branch information
serebit authored Dec 29, 2024
2 parents 14d7161 + c2c8f1f commit 131e512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer/workflow/building-budgie-desktop.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ budgie-desktop requires/recommends the following to be installed:
<Tabs groupId="operating-systems">
<TabItem value="arch" label="Arch">
<CodeBlock language="bash">
sudo pacman -S base-devel git
sudo pacman -S --needed base-devel git
<br />
sudo pacman -S accountsservice budgie-session budgie-screensaver gnome-settings-daemon gobject-introspection ibus intltool libgee libpeas libwnck3 libxfce4windowing meson magpie sassc vala zenity
sudo pacman -S --needed accountsservice budgie-session budgie-screensaver gnome-settings-daemon gobject-introspection gtk-layer-shell ibus intltool libgee libpeas libwnck3 libxfce4windowing meson magpie-wm sassc vala zenity
</CodeBlock>
</TabItem>
<TabItem value="debian-or-ubuntu" label="Debian / Ubuntu">
Expand Down

0 comments on commit 131e512

Please sign in to comment.