Update WINDOWS.md

pull/262/head
Jack Ivanov 7 years ago committed by GitHub
parent 71b3b5ac46
commit 95c42002f2

@ -8,6 +8,7 @@ Before run Algo, you have to have:
* 64-bit installation (can't run on 32-bit systems)
Once you verify your system is 64-bit and up to date, you have to do a few manual steps to enable the 'Windows Subsystem for Linux':
1. Open 'Settings'
2. Click 'Update & Security', then click the 'For developers' option on the left.
3. Toggle the 'Developer mode' option, and accept any warnings Windows pops up.
@ -21,9 +22,11 @@ Wait a minute for Windows to install a few things in the background (it will eve
The subsystem will be installed, then Windows will require a reboot. Reboot, then open up the start menu and enter 'bash' (to open up 'Bash' installation in a new command prompt). Fill out all the questions (it will have you create a separate user account for the Linux subsystem), and once that's all done (it takes a few minutes to install), you will finally have Ubuntu running on your Windows laptop, somewhat integrated with Windows.
Install additional packages:
`sudo apt-get update && sudo apt-get install python-pip python-setuptools build-essential libssl-dev libffi-dev python-dev python-virtualenv git -y`
Clone the Algo repository:
`https://github.com/trailofbits/algo && cd algo`
Now, you can go through the [README](https://github.com/trailofbits/algo#deploy-the-algo-server) (start from the 4th step) and deploy your Algo server!

Loading…
Cancel
Save