From da21ae38bec020c987adc0e48dd461ac141f9987 Mon Sep 17 00:00:00 2001 From: Richard <38049750+richardARPANET@users.noreply.github.com> Date: Sat, 12 Jan 2019 10:34:32 +0100 Subject: [PATCH] Corrects confusing wording in README Corrects confusing wording around location to run ansible script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa78fd23..c9b8dce0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The easiest way to get an Algo server running is to let it set up a _new_ virtua 1. **Setup an account on a cloud hosting provider.** Algo supports [DigitalOcean](https://m.do.co/c/4d7f4ff9cfe4) (most user friendly), [Amazon Lightsail](https://aws.amazon.com/lightsail/), [Amazon EC2](https://aws.amazon.com/), [Vultr](https://www.vultr.com/), [Microsoft Azure](https://azure.microsoft.com/), [Google Compute Engine](https://cloud.google.com/compute/), [Scaleway](https://www.scaleway.com/), and [DreamCompute](https://www.dreamhost.com/cloud/computing/) or other OpenStack-based cloud hosting. -2. **[Download Algo](https://github.com/trailofbits/algo/archive/master.zip).** Unzip it in a convenient location on your local machine. +2. **[Download Algo](https://github.com/trailofbits/algo/archive/master.zip).** Unzip it in a convenient location on your server. 3. **Install Algo's core dependencies.** Open the Terminal. The `python` interpreter you use to deploy Algo must be python2. If you don't know what this means, you're probably fine. `cd` into the `algo-master` directory where you unzipped Algo, then run: