8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ac736 commit 7933710Copy full SHA for 7933710
README.md
@@ -35,6 +35,19 @@ _Note: for windows installation you also need:_
35
- Git + msysGit ([git-for-windows/git](https://github.com/git-for-windows/git/releases))
36
- ImageMagick
37
38
+If you want to use shell scripts under Windows:
39
+- Create file named `meteor` inside `%localappdata%\.meteor` with following contents:
40
+```
41
+#!/bin/sh
42
+cmd //c "$0.bat" "$@"
43
44
+- Run shell scripts from `Git Bash`. For example:
45
46
+cd reaction/
47
+bin/clone-packages.sh
48
+bin/reset
49
50
+
51
A Docker image is available on the [Reaction Commerce Docker Hub ](https://hub.docker.com/r/reactioncommerce/reaction/).
52
53
## Roadmap
0 commit comments