From f6062cae437e28707085dfe113a6df170b478164 Mon Sep 17 00:00:00 2001 From: Eddie McWhirter <emcwhirter@usgs.gov> Date: Tue, 30 Jun 2015 10:37:24 -0600 Subject: [PATCH] Change headings in Windows dependencies. --- README.md | 8 ++++---- readme_dependency_install.md | 7 +++++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e6590da7..83ea4826 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ Install We recommend using [virtual environments][]. -On Windows, begin with the Windows dependencies in the -[Dependency install](readme_dependency_install.md#windows) first. +__Windows__: begin with the Windows dependencies in the +[Dependency install](readme_dependency_install.md#windows). -For Mac/Linux, required dependencies and instructions are listed in the -[Dependency install](readme_dependency_install.md#mac) as well. +__Mac/Linux__: begin with required dependencies in the +[Dependency install](readme_dependency_install.md#mac). 1. Install geomagio diff --git a/readme_dependency_install.md b/readme_dependency_install.md index 8cf61a5c..e755d92e 100644 --- a/readme_dependency_install.md +++ b/readme_dependency_install.md @@ -3,7 +3,7 @@ Readme dependencies <a name="windows"></a> ### Windows ### -## Install ## +#### Install #### 1. You will need a terminal tool for Windows. We used [Git Bash][] to test these steps, but [Cygwin][] or another unix-like editor should work fine too. @@ -23,7 +23,7 @@ Readme dependencies 1. Head back over to the main [install](README.md#install) and complete the instructions there. -## Develop ## +#### Develop #### These instructions only need to be completed if you plan on developing new code for this project. @@ -77,6 +77,9 @@ code for this project. 1. Close and re-open your terminal so that your new PATH is loaded. Make sure to navigate back to your `geomag-algorithms` project directory. +1. Head back over to the main [install](README.md#install) and complete the + instructions there. + [Homebrew]: http://brew.sh/ --- -- GitLab