Skip to content

Commit

Permalink
Minor fixups to readme.
Browse files Browse the repository at this point in the history
Small changes to correct the cloning instructions which also lead to
some whitespace trimming.
  • Loading branch information
mbruggs committed Mar 28, 2024
1 parent 3b70bcf commit c73d450
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ Marine Integration source code repository.
See LICENSE.txt for license.
This is the repository that contains the implemention for all marine integrations
including drivers and transforms.
including drivers and transforms.
```

# Get the code!
## Clone this repository
### Read only checkout
$ git clone git://github.com/oceanobservatories/mi-instrument
$ git clone https://github.com/oceanobservatories/mi-instrument
### Read / write checkout
First fork the mi-instrument repository on Github, then clone using
$ git clone [email protected]:<your_github_uname>/mi-instrument

# OSX/Homebrew Instructions
Expand Down Expand Up @@ -50,9 +51,9 @@ including drivers and transforms.
add this to the end:
export WORKON_HOME=$HOME/virtenvs
. /usr/local/bin/virtualenvwrapper.sh

source ~/.bash_profile

### Create a virtualenv

mkvirtualenv --no-site-packages --python=python2.7 ooi
Expand Down Expand Up @@ -141,7 +142,7 @@ Deploying a release of the mi-instrument package involves the following steppes:

## Update Version

Release notes (RELEASE_NOTES) should include the Version and number on a line by itself, followed by a list of issues
Release notes (RELEASE_NOTES) should include the Version and number on a line by itself, followed by a list of issues
with a brief description. Prepend updates to the beginning of the file. E.g.:

```
Expand Down Expand Up @@ -173,7 +174,7 @@ git fetch upstream --tags

## Build Anaconda Package

See the [ooi-config](https://github.com/oceanobservatories/ooi-config) repository for instructions.
See the [ooi-config](https://github.com/oceanobservatories/ooi-config) repository for instructions.

# Tools

Expand Down

0 comments on commit c73d450

Please sign in to comment.