Skip to content

Commit

Permalink
Simplify installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Jun 8, 2017
1 parent 9bc8d45 commit ef94c9d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,12 @@ Medic Project Configurer

# Installation

## OSX

npm install -g medic-configurer-beta
python -m pip install git+https://github.com/medic/pyxform.git@master#egg=pyxform-medic
eval "$(medic-conf --shell-completion bash)"

## Ubuntu

npm install -g medic-configurer-beta
sudo python -m pip install git+https://github.com/medic/pyxform.git@master#egg=pyxform-medic
eval "$(medic-conf --shell-completion bash)"

Note: on some setups, e.g. OSX, `sudo` may not be required when installing `pyxform-medic`.

# Use

## Upload all config
Expand Down

0 comments on commit ef94c9d

Please sign in to comment.