Skip to content

Commit

Permalink
update update section
Browse files Browse the repository at this point in the history
  • Loading branch information
Wes Brewer committed Oct 5, 2018
1 parent a9e578b commit 1da9a35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To install another SPC packaged app, e.g. Mendel's Accountant run the following
## UPDATING SPC

To update SPC: if you got the code using "git clone https://github.com/whbrewer/spc.git"
you can just do "git pull" within the spc directory. If the database schema changes from the version you have, you may need to run "./spc migrate" to migrate the new changes to the database. However, DB schema changes do not occur often, and should be annotated in the commits.
To update SPC: if you got the code using `git clone https://github.com/whbrewer/spc.git`
you can just do `git pull` within the spc directory. If the database schema changes from the version you have, you may need to run `./spc migrate` to migrate the new changes to the database. However, DB schema changes do not occur often, and should be annotated in the commits.

For more information, see user's manual at http://spc.readthedocs.io

0 comments on commit 1da9a35

Please sign in to comment.