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 ```