aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2022-10-11 16:57:37 +0000
committernodiscc <nodiscc@gmail.com>2022-10-11 16:57:37 +0000
commit8099488f02f5dd855b6a0eac1f22cc0c3040b30e (patch)
treeb18f4fb51a57630c4b8c85420a427010b738290b /Makefile
parentMerge pull request #3350 from forks-by-kieran/fixes_cleanup (diff)
downloadawesome-selfhosted-8099488f02f5dd855b6a0eac1f22cc0c3040b30e.tar.gz
awesome-selfhosted-8099488f02f5dd855b6a0eac1f22cc0c3040b30e.zip
tools/doc: update make awesome_bot requirements
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b391fe0..255b766c 100755
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ check_syntax_diff:
awesome_bot -f temp.md $(AWESOME_BOT_OPTIONS)
# check dead links
-# sudo apt install ruby && install --user-install awesome_bot
+# requiements: sudo apt install ruby && gem install --user-install awesome_bot
awesome_bot:
~/.local/share/gem/ruby/2.7.0/bin/awesome_bot -f README.md $(AWESOME_BOT_OPTIONS)