Skip to content

Commit

Permalink
Fix the checkout step in the Windows dev env setup instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
twinssbc committed Jun 26, 2019
1 parent 4e2444d commit 2a8d540
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ In these steps, we assume `git` is installed and available on `PATH`.
cd "%CONDA_PROJECT_ROOT%"
git remote add %GITHUB_USERNAME% [email protected]:%GITHUB_USERNAME%/conda

To be sure that the conda code being interpreted is the code in the project directory,
look at the value of `conda location:` in the output of `conda info --all`.

3. Create a local development environment, and activate that environment

.\dev\start.bat
Expand All @@ -98,6 +95,9 @@ In these steps, we assume `git` is installed and available on `PATH`.
the environment already exists, this command will just quickly activate the
already-created `.\devenv` environment.

To be sure that the conda code being interpreted is the code in the project directory,
look at the value of `conda location:` in the output of `conda info --all`.


## Conda Contributor License Agreement

Expand Down

0 comments on commit 2a8d540

Please sign in to comment.