Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit 212cc66

Browse files
committed
emphasized that windows support is limited and not recommended
1 parent ce37989 commit 212cc66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Walkoff apps can be found at: <https://github.com/nsacyber/WALKOFF-Apps>
5858
* If you are using Windows, you will need to use Redis in a VM or a Docker container.
5959
* Best used with Linux, or in Docker
6060
* On Linux, you will need the `python-devel` package for your distribution if running natively.
61+
* Windows is no longer supported at this time. We may restore Windows support at a later date, but we recommend running inside a Docker container or Linux VM instead.
6162

6263
*Individual apps may specify their own requirements.*
6364

@@ -204,7 +205,7 @@ running setup with sudo, which could cause permissions issues if you don't use s
204205
Install Redis Server:
205206
* MacOS: Use homebrew - https://brew.sh/
206207
* Linux: Use your distro's package manager, follow an appropriate guide for your distro.
207-
* Windows: There are no up-to-date Redis binaries available for Windows, use Docker as below.
208+
* Windows: There are no up-to-date Redis binaries available for Windows, and we no longer support Windows at this time. Support may resume at a later date.
208209
* Docker: Run a Redis container with port 6379 published to localhost: `docker run --name walkoff-redis -p 6379:6379 -d redis`
209210

210211
If the Python environment for your elevated privileges are the same as the Python environment you will be running

0 commit comments

Comments
 (0)