Skip to content

Commit 8137ceb

Browse files
committed
[FAB-4460] Set proper expectation for e2e on Windows
Removed link to make command that doesn't actually work. Added a note for older Windows on the difficulty of going through this scenario due to a lack of a proper make comamnd. Change-Id: I3f2f8c568ae4ecdaa019318bf0b08e63eaec9bf1 Signed-off-by: Arnaud J Le Hors <[email protected]>
1 parent 85ef083 commit 8137ceb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

examples/e2e_cli/end-to-end.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,15 @@ Prerequisites
3131
On Windows machines you will also need the following which provides a better alternative to the Windows command prompt:
3232

3333
- `Git Bash <https://git-scm.com/downloads>`__
34-
- `make for MinGW <http://sourceforge.net/projects/mingw/files/MinGW/Extension/make/make-3.82.90-cvs/make-3.82.90-2-mingw32-cvs-20120902-bin.tar.lzma>`__ to be added to Git Bash
34+
35+
.. note:: On older versions of Windows, such as Windows 7, you
36+
typically get this as part of installing Docker
37+
Toolbox. However experience has shown this to be a poor
38+
development environment with limited functionality. It is
39+
suitable to run docker based scenarios, such as
40+
:doc:`getting_started`, but you may not be able to find a
41+
suitable ``make`` command to successfuly go through the
42+
scenario described here.
3543

3644
Setting the $GOPATH
3745
^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)