diff --git a/README.md b/README.md index a4aa1b3a36..9977fc81a9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ ## NEW RELEASE ALERT! ### [If you want to jump right in, updated docker build/compose and bare metal installation instructions are available here](docs/new-install.md) - Augur is now releasing a dramatically improved new version to the main branch. It is also available here: https://github.com/chaoss/augur/releases/tag/v0.60.0 - The `main` branch is a stable version of our new architecture, which features: - Dramatic improvement in the speed of large scale data collection (100,000+ repos). All data is obtained for 100k+ repos within 2 weeks. diff --git a/docs/dev-osx-install.md b/docs/dev-osx-install.md index 5c8ab6f671..c2799cb9fc 100644 --- a/docs/dev-osx-install.md +++ b/docs/dev-osx-install.md @@ -38,7 +38,7 @@ export PKG_CONFIG_PATH="/opt/homebrew/opt/openblas/lib/pkgconfig" 2. Clone your fork. We recommend creating a `github` directory in your user's base directory. ## Pre-Requisite Operating System Level Packages -Here we ensure your system is up to date, install required python libraries, install postgresql, and install our queuing infrastrucutre, which is composed of redis-server and rabbitmq-server +Here we ensure your system is up to date, install required python libraries, install postgresql, and install our queuing infrastructure, which is composed of redis-server and rabbitmq-server ### Updating your Path: Necessary for rabbitmq on OSX #### for macOS Intel diff --git a/docs/new-install-ubuntu-python-3.10.md b/docs/new-install-ubuntu-python-3.10.md index d9216672bc..4ac0dd838b 100644 --- a/docs/new-install-ubuntu-python-3.10.md +++ b/docs/new-install-ubuntu-python-3.10.md @@ -12,7 +12,7 @@ We default to this version of Ubuntu for the moment because Augur does not yet s 2. Clone your fork. We recommend creating a `github` directory in your user's base directory. ## Pre-Requisite Operating System Level Packages -Here we ensure your system is up to date, install required python libraries, install postgresql, and install our queuing infrastrucutre, which is composed of redis-server and rabbitmq-server +Here we ensure your system is up to date, install required python libraries, install postgresql, and install our queuing infrastructure, which is composed of redis-server and rabbitmq-server ### Executable ```shell diff --git a/docs/new-install.md b/docs/new-install.md index 79950469e0..6e872b0e27 100644 --- a/docs/new-install.md +++ b/docs/new-install.md @@ -12,7 +12,7 @@ We default to this version of Ubuntu for the moment because Augur does not yet s 2. Clone your fork. We recommend creating a `github` directory in your user's base directory. ## Pre-Requisite Operating System Level Packages -Here we ensure your system is up to date, install required python libraries, install postgresql, and install our queuing infrastrucutre, which is composed of redis-server and rabbitmq-server +Here we ensure your system is up to date, install required python libraries, install postgresql, and install our queuing infrastructure, which is composed of redis-server and rabbitmq-server ### Executable ```shell