From c62ba9778b9bd06735c5dad998063ff8c2b9a688 Mon Sep 17 00:00:00 2001 From: Aylur <104676705+Aylur@users.noreply.github.com> Date: Thu, 29 Jun 2023 11:38:29 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 596962b..4d33437 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,14 @@ I will make a wiki, but for now if you want to try it out your only documentatio ```bash # dependencies # Arch -yay -S gjs gtk3 socat gnome-bluetooth-3.0 upower networkmanager +yay -S nodejs gjs gtk3 socat gnome-bluetooth-3.0 upower networkmanager # Fedora -sudo dnf install gjs gtk3 socat gnome-bluetooth upower NetworkManager +sudo dnf install nodejs gjs gtk3 socat gnome-bluetooth upower NetworkManager +# clone +git clone https://github.com/Aylur/ags.git +# npm +cd ags +npm i # build and install meson setup build meson install -C build