Skip to content

Commit 0de6f42

Browse files
authored
Merge pull request #618 from phuonglm/bugs/ctrl_c_problem_fix
ctrl-c did not always terminate the vagrant running process #532 - fi…
2 parents 1ad5080 + 07eae1d commit 0de6f42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Follow step by step instructions below:
294294

295295
.. code-block:: bash
296296
297-
$ curl -L https://github.com/rprichard/winpty/releases/download/0.4.3/winpty-0.4.3-cygwin-2.8.0-x64.tar.gz | tar xzv --strip-components= -C /;
297+
$ curl -L https://github.com/rprichard/winpty/releases/download/0.4.3/winpty-0.4.3-cygwin-2.8.0-x64.tar.gz | tar xzv --strip-components=1 -C /;
298298
$ echo "alias vagrant=\"winpty vagrant\"" >> ~/.bashrc;
299299
300300
- Also please make sure ``echo $VAGRANT_PREFER_SYSTEM_BIN`` returns ``true``, if not then add it by ``echo "export VAGRANT_PREFER_SYSTEM_BIN=true" >> ~/.bashrc"``

0 commit comments

Comments
 (0)