From 9738d0e25bdaccd28516e5cb3f08241fd838aa2d Mon Sep 17 00:00:00 2001 From: JustinVollmer Date: Sun, 7 Jun 2026 02:32:08 +0200 Subject: [PATCH] fix --- README.md | 47 ++--------------------------------------------- 1 file changed, 2 insertions(+), 45 deletions(-) diff --git a/README.md b/README.md index 5deffc5..bae4712 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,6 @@ # Setup locally -## WSL / Linux - -**Ruby (via rvm)** ```bash curl -sSL https://get.rvm.io | bash -s stable source ~/.rvm/scripts/rvm @@ -16,42 +13,6 @@ rvm install 3.3.5 rvm use 3.3.5 --default ``` -**Node.js (via nvm — use native Linux Node, not the Windows binary)** -```bash -curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash -source ~/.bashrc -nvm install 20 -nvm use 20 -``` - -**Install dependencies and build** -```bash -gem install bundler jekyll webrick -npm install --ignore-scripts -npm run build -bundle install -bundle exec jekyll serve -``` - -## Windows - -**Ruby (via rvm)** -```bash -curl -sSL https://get.rvm.io | bash -s stable -source ~/.rvm/scripts/rvm -rvm install 3.3.5 -rvm use 3.3.5 --default -``` - -**Node.js (via nvm-windows)** - -Download and install from https://github.com/coreybutler/nvm-windows/releases, then: -```bash -nvm install 20 -nvm use 20 -``` - -**Install dependencies and build** ```bash gem install bundler jekyll webrick npm i && npm run build @@ -59,16 +20,12 @@ bundle install bundle exec jekyll serve ``` - # Run locally -## WSL / Linux -```bash +```bash source ~/.rvm/scripts/rvm -bundle exec jekyll serve ``` -## Windows ```bash bundle exec jekyll serve -``` +``` \ No newline at end of file