From 6189f6ea35b78161c46f21e7018b815f6d7f582b Mon Sep 17 00:00:00 2001 From: yougotwill Date: Thu, 6 Feb 2025 14:19:42 +1100 Subject: [PATCH] fix: reverted since headings dont render well in the summary tag --- CONTRIBUTING.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d50f888b8..8369857d6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,8 +44,7 @@ If you use other python versions you might have or need a python version manager pip install setuptools ``` -
-### Linux +### Linux - Depending on your distribution, you might need to install [hunspell](https://github.com/hunspell/hunspell) and your specific locale (`hunspell-`) e.g. `hunspell-en-au`. @@ -103,10 +102,7 @@ pip install setuptools npm install --global yarn ``` -
- -
-### macOS +### macOS - Install the [Xcode Command-Line Tools](http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/). @@ -150,10 +146,7 @@ pip install setuptools npm install --global yarn ``` -
- -
-### Windows +### Windows Building on Windows can be a bit tricky. You can set this up manually, but we recommend using [Chocolatey](https://chocolatey.org/) to install the necessary dependencies. @@ -255,8 +248,6 @@ Setup instructions for Windows using Chocolatey: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser ``` -
- ## Build and run Session Now, run these commands in your preferred terminal in a good directory for development: