From 069afe677ab824b921992e4c3cb41cfa3556b913 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Fri, 25 Feb 2022 12:33:43 +0530 Subject: [PATCH] Docs: Remove 32-bit mentions --- docs/content/development/setup-development-environment.md | 2 +- docs/content/usage/getting-started.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/content/development/setup-development-environment.md b/docs/content/development/setup-development-environment.md index f2e739f3a..94cf3acbe 100644 --- a/docs/content/development/setup-development-environment.md +++ b/docs/content/development/setup-development-environment.md @@ -16,7 +16,7 @@ The agent (which we sometimes refer to as the Infection Monkey) is a single Pyth In order to compile the Infection Monkey for distribution by the Monkey Island, you'll need to run the instructions listed in the [`readme.txt`](https://github.com/guardicore/monkey/blob/master/monkey/infection_monkey/readme.txt) on each supported environment. -This means setting up an environment with Linux 32/64-bit with Python installed and a Windows 64-bit machine with developer tools, along with 32/64-bit Python versions. +This means setting up an environment with Linux 64-bit with Python installed and a Windows 64-bit machine with developer tools, along with 64-bit Python versions. ## The Monkey Island diff --git a/docs/content/usage/getting-started.md b/docs/content/usage/getting-started.md index 6572e7b24..b6a90e793 100644 --- a/docs/content/usage/getting-started.md +++ b/docs/content/usage/getting-started.md @@ -7,11 +7,14 @@ pre: " " tags: ["usage"] --- + + + If you haven't deployed the Monkey Island yet, please [refer to our setup documentation](/setup). ## Using the Infection Monkey -After deploying the Monkey Island in your environment, navigate to `https://:5000`. +After deploying the Monkey Island in your environment, navigate to `https://:5000`. ### First-time login