From f37291bef06c417dc1155db54a6f844a6788d7fe Mon Sep 17 00:00:00 2001 From: Tania Allard Date: Fri, 5 Jan 2024 15:32:24 +0000 Subject: [PATCH] MAINT - Fix typos in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f89c508..077d01ac 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ This guide will help you to set up your local development environment. ### Prerequisites 📋 -Before setting up conda-store ui, you must prepare your environment. +Before setting up conda-store-ui, you must prepare your environment. -We use [Docker Compose](https://docs.docker.com/compose/) to set up the infrastructure before starting ensure that you have docker-compose installed. If you need to install docker-compose, please see their [installlation documentation](https://docs.docker.com/compose/install/) +We use [Docker Compose](https://docs.docker.com/compose/) to set up the infrastructure before starting ensure that you have docker-compose installed. If you need to install docker-compose, please see their [installation documentation](https://docs.docker.com/compose/install/) 1. Clone the [conda-store-ui](https://github.com/conda-incubator/conda-store-ui.git) repository. 2. Copy `.env.example` to `.env`. All default settings should work, but if you want to test against a different version of conda-store-server, you can specify if in the `.env` file by setting the `CONDA_STORE_SERVER_VERSION` variable to the desired version. Refer to the [Configuration documentation](https://conda-incubator.github.io/conda-store-ui/?path=/docs/docs-configuration--page) for more information on the `.env` file. @@ -55,7 +55,7 @@ This setup still uses Docker for supporting services but runs conda-store-ui loc This project uses [Conda](https://conda.io) for package management. To set up Conda, please see their [installation documentation](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html). -1. Change to the project root ` cd conda-store-ui` +1. Change to the project root `cd conda-store-ui` 2. From the project root create the conda environment `conda env create -f environment_dev.yml` 3. Activate the development environment `conda activate cs-ui-dev-env` 4. Install yarn dependencies `yarn install`