You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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]>
Copy file name to clipboardexpand all lines: examples/e2e_cli/end-to-end.rst
+9-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,15 @@ Prerequisites
31
31
On Windows machines you will also need the following which provides a better alternative to the Windows command prompt:
32
32
33
33
- `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
0 commit comments