From 9ccf2e8544214ed40fd8ac0d73b6800384d3b49f Mon Sep 17 00:00:00 2001 From: aboutdavid <62346025+aboutdavid@users.noreply.github.com> Date: Fri, 15 Mar 2024 00:30:11 -0400 Subject: [PATCH] Switch to rbenv & fix spelling --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9281b6c..f316316 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,10 +18,10 @@ Also, please do **not** submit security issues via GitHub issues. Please send an ## 💻 Setting up a development environment -1. Install the currently supported version Ruby. You can use a tool like [Ruby Version Manager (RVM)](https://rvm.io/) to install ruby. Check the `.ruby-version` file to find it. Usually, it's the latest version, but it never hurts to check. +1. Install the currently supported version Ruby. You can use a tool like [rbenv](https://github.com/rbenv/rbenv) to install ruby. Check the `.ruby-version` file to find it. Usually, it's the latest version, but it never hurts to check. 2. Install Rails. A lot of times it may come preinstalled. Run `rails -v` to check. 3. Install [bun.sh](https://bun.sh). You can do this by running `curl -fsSL https://bun.sh/install | bash -4. Pull the submodules. Run `git submoudle init && git submodule update` +4. Pull the submodules. Run `git submodule init && git submodule update` 5. Compile the CSS. Run `rails css:build` to do this. 6. Generate active record encryption keys. Save those keys for step 7. 7. Add all of the API keys and credentials using `rails credentials:edit`