diff --git a/Troubleshooting.md b/Troubleshooting.md deleted file mode 100644 index addbfc8..0000000 --- a/Troubleshooting.md +++ /dev/null @@ -1,9 +0,0 @@ -## Script error when running `cyberchef.htm` from a local file in Safari - -Sometimes Safari throws a scriptError or syntaxError when you run `cyberchef.htm` from a file. The workaround for this is to run an instance of [`http-server`](https://www.npmjs.com/package/http-server) with compression enabled. You can do this with the following commands: - -``` -cd -npm install -g http-server -http-server -g . -``` \ No newline at end of file