diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-06-26 11:07:56 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-06-26 14:42:57 +0200 |
| commit | 51228215a7158d8b70e9a522951a08e7f1018396 (patch) | |
| tree | 10cc2892af05e07b836b5e6e8d8c8bce7921b136 | |
| parent | a0f5229419fc12f37338afc700226be65d582eb3 (diff) | |
| download | mullvadvpn-51228215a7158d8b70e9a522951a08e7f1018396.tar.xz mullvadvpn-51228215a7158d8b70e9a522951a08e7f1018396.zip | |
Update readme with needed tools
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -34,7 +34,8 @@ regular installation of Visual Studio 2017 Community edition works as well). - The host has to have `msbuild.exe` available in `%PATH%`. -- The host has to have `bash` installed. The one coming with [Git for Windows] works. +- The host has to have `bash` installed as well as a few base unix utilities, including `sed` and + `tail`. The environment coming with [Git for Windows] works fine. [Git for Windows]: https://git-scm.com/download/win |
