From d0a83d1959bf482406205ce877e746d075811771 Mon Sep 17 00:00:00 2001 From: Jas Singh Date: Thu, 25 Jul 2024 00:37:37 -0700 Subject: [PATCH] Update readme to document panel/ags installation. --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 419c31a..bc6991b 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,18 @@ yay -S grimblast gpu-screen-recorder hyprpicker python-gpustat aylurs-gtk-shell- ## Instructions -Once everything is installed you can run the panel with the following command in your terminal: +Once everything is installed you need to put the contents of this repo in `~/.config/ags`. +If you already have something in `~/.confi/ags`, it's recommended that you back it up with: +```bash +mv $HOME/.config/ags $HOME/.config/ags.bkup +``` +Otherwise you can use this command to install the panel: +```bash +git clone https://github.com/Jas-SinghFSU/HyprPanel.git && \ + ln -s $(pwd)/HyprPanel $HOME/.config/ags +``` + +Afterwards you can run the panel with the following command in your terminal: ```bash ags ```