From 44ceb832b965f86c747be405fbfc81b4c9d985dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 6 Jul 2022 21:48:59 +0200 Subject: [PATCH] readme: running on Void jotting down instructions by ap4y --- README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README b/README index da4e01e2..8b93fe2b 100644 --- a/README +++ b/README @@ -1 +1,8 @@ So, this is the Void Linux website. Visit https://voidlinux.org + +Running on Void: + +- `# xbps-install ruby-devel base-devel` +- `$ rm Gemfile.lock` +- `$ bundle install` +- `$ bundle exec jekyll serve`