From 3d81aeac5c3126e8e5277425c054c139b688e6ed Mon Sep 17 00:00:00 2001 From: Kaxada Date: Wed, 9 Feb 2022 00:37:13 +0300 Subject: [PATCH 1/2] fixed command typo in docs Signed-off-by: Kaxada --- docs/source/getting-started/installation.rst | 2 +- docs/source/quick-start.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/getting-started/installation.rst b/docs/source/getting-started/installation.rst index 2ff0c48b1d..f0974d1562 100644 --- a/docs/source/getting-started/installation.rst +++ b/docs/source/getting-started/installation.rst @@ -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 diff --git a/docs/source/quick-start.rst b/docs/source/quick-start.rst index d0167fe4e6..a1e6395069 100644 --- a/docs/source/quick-start.rst +++ b/docs/source/quick-start.rst @@ -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 From b5ee8b399d2027c39c4dc5c5158a8eb28fc6e8da Mon Sep 17 00:00:00 2001 From: Kaxada Date: Sun, 13 Feb 2022 13:54:34 +0300 Subject: [PATCH 2/2] updated copyright year in readme Signed-off-by: Kaxada --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22fecb3a47..b94cfd2f0f 100644 --- a/README.md +++ b/README.md @@ -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.