From ef04410d77a3f5249e47ecc7464fd20967aa3eee Mon Sep 17 00:00:00 2001 From: Nick Hammond Date: Sat, 8 Apr 2023 13:33:31 -0700 Subject: [PATCH 1/2] Add github discussions link to readme I realize that there's a discussions link on github but I didn't realize mrsk actually utilized it until I saw it mentioned on Discord. I was thinking adding it to the readme would help push people there. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 531b2408..7824d25d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Watch the screencast: https://www.youtube.com/watch?v=LL1cV2FXZ5I Join us on Discord: https://discord.gg/YgHVT7GCXS +Discss on Github: https://github.com/mrsked/mrsk/discussions + ## Installation If you have a Ruby environment available, you can install MRSK globally with: From 54a5b90d8fdd48930c9947a87205ad27c5bd5818 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 10 Apr 2023 14:28:52 +0200 Subject: [PATCH 2/2] Simpler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7824d25d..cec4fd4e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Watch the screencast: https://www.youtube.com/watch?v=LL1cV2FXZ5I Join us on Discord: https://discord.gg/YgHVT7GCXS -Discss on Github: https://github.com/mrsked/mrsk/discussions +Ask questions: https://github.com/mrsked/mrsk/discussions ## Installation