From fac762e1a817df659fbdd8f332f50390a5362e11 Mon Sep 17 00:00:00 2001 From: Andrew Tavis McAllister Date: Mon, 4 Dec 2023 23:44:30 +0100 Subject: [PATCH] Minor readme and contributing formatting --- CONTRIBUTING.md | 13 ++++++------- README.md | 13 ++++++------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b5d50cf2..9444c027 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -99,16 +99,15 @@ cd Scribe-Data git remote add upstream https://github.com/scribe-org/Scibe-Data.git ``` -Now, if you run `git remote -v` you should see two remote repositories named: - -- `origin` (forked repository) -- `upstream` (Scribe-Data repository) +- Now, if you run `git remote -v` you should see two remote repositories named: + - `origin` (forked repository) + - `upstream` (Scribe-Data repository) 2. Use [Anaconda](https://www.anaconda.com/) to create the local development environment within your Scribe-Data directory: -```bash -conda env create -f environment.yml -``` + ```bash + conda env create -f environment.yml + ``` > [!NOTE] > Feel free to contact the team in the [Data room on Matrix](https://matrix.to/#/#ScribeData:matrix.org) if you're having problems getting your environment setup! diff --git a/README.md b/README.md index dec047ba..eea67e2f 100644 --- a/README.md +++ b/README.md @@ -111,16 +111,15 @@ cd Scribe-Data git remote add upstream https://github.com/scribe-org/Scibe-Data.git ``` -Now, if you run `git remote -v` you should see two remote repositories named: - -- `origin` (forked repository) -- `upstream` (Scribe-Data repository) +- Now, if you run `git remote -v` you should see two remote repositories named: + - `origin` (forked repository) + - `upstream` (Scribe-Data repository) 2. Use [Anaconda](https://www.anaconda.com/) to create the local development environment within your Scribe-Data directory: -```bash -conda env create -f environment.yml -``` + ```bash + conda env create -f environment.yml + ``` > [!NOTE] > Feel free to contact the team in the [Data room on Matrix](https://matrix.to/#/#ScribeData:matrix.org) if you're having problems getting your environment setup!