From 30d08f6347dfab717ca4b68ab15c7338d933b173 Mon Sep 17 00:00:00 2001 From: rmcintosh Date: Thu, 15 Dec 2016 03:05:29 -0500 Subject: [PATCH] Fix Setup Virtual Environment anchor in install doc (#377) --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 68b5d087..5c4bdad1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -4,7 +4,7 @@ * [Step 1: Install dependencies](#step-1-install-dependencies) * [Step 2: Create a user account](#step-2-create-a-user-account) * [Step 3: Checkout the code](#step-3-checkout-the-code) -* [Step 3: Setup virtualenv (if desired)](#step-3-setup-virtualenv-if-desired) +* [Step 3: Setup Virtual Environment](#step-3-setup-virtual-environment) * [Step 4: Install configuration file](#step-4-install-configuration-file) * [Step 5: Generate a DSA key](#step-5-generate-a-dsa-key) * [Step 6: Turning on cowrie](#step-6-turning-on-cowrie)