Skip to content

Commit

Permalink
Merge pull request #1623 from kaxada/docs-typos-fix
Browse files Browse the repository at this point in the history
Docs typos fix
  • Loading branch information
sgoggins committed Feb 14, 2022
2 parents dea48eb + b5ee8b3 commit 7098fd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To contribute to Augur, please follow the guidelines found in our [CONTRIBUTING.

## License, Copyright, and Funding

Copyright © 2021 University of Nebraska at Omaha, University of Missouri and the CHAOSS Project.
Copyright © 2022 University of Nebraska at Omaha, University of Missouri and the CHAOSS Project.

Augur is free software: you can redistribute it and/or modify it under the terms of the MIT License as published by the Open Source Initiative. See the [LICENSE](LICENSE) file for more details.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting-started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If you're running Augur on macOS, we strongly suggest adding the following line
macOS takes "helpful" measures to prevent Python subprocesses (which Augur uses) from forking cleanly, and setting this environment variable disables these safety measures to restore normal Python functionality.

.. warning::
If you skip this step, you'll likely see all housekeeer jobs randomly exiting for no reason, and the Gunicorn server will not behave nicely either. Skip this step at your peril!
If you skip this step, you'll likely see all housekeeper jobs randomly exiting for no reason, and the Gunicorn server will not behave nicely either. Skip this step at your peril!


Dependencies
Expand Down
2 changes: 1 addition & 1 deletion docs/source/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Then, once you've connected to your PostgreSQL instance\:
su - ubuntu
git clone https://github.com/chaoss/augur.git
cd augur/
sudo apt make
sudo apt install make
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get install python3-venv
python3 -m venv $HOME/.virtualenvs/augur_env
Expand Down

0 comments on commit 7098fd6

Please sign in to comment.