From c5bf407f5c7ae88df5ac1a0927994b3a0083a093 Mon Sep 17 00:00:00 2001 From: LycanDarko Date: Tue, 8 Aug 2023 19:29:51 -0700 Subject: [PATCH] Updated readme for PopOS and fixed a typo in the installer. --- README.md | 2 +- rabid-installer.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d103979..a772a4c9 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ i3 users will notice the keybindings are very familiar. - Removed workspace label (we think it's obvious which activity you are working on by the tag—The other menu took up too much room too) ### Latest Features (Based on User Feedback) -- [x] Install tested & working on Arch, Ubuntu, & Kali +- [x] Install tested & working on Arch, Ubuntu, & Kali (also expected to work on distros based on these) (PopOS!)) - [x] (In Progress) YouTube tutorial video (install, usage, etc.) ### Upcoming Features diff --git a/rabid-installer.sh b/rabid-installer.sh index f75a6b86..85f259bc 100644 --- a/rabid-installer.sh +++ b/rabid-installer.sh @@ -176,4 +176,4 @@ echo "Copying Rabbithole's configuration files to $HOME/.config/awesome/..." cp -R "$PROJECT_DIR/"* "$HOME/.config/awesome" echo "Done! You can now log out and log back in with Rabbithole." -echo "Don't forget to set your rofi theme with the rofi theme seledtor when you log in!" \ No newline at end of file +echo "Don't forget to set your rofi theme with the rofi-theme-selector when you log in!" \ No newline at end of file