8000 Update README.md · github4f/reaction@7933710 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7933710

Browse files
author
Aleksei Mironov
committed
Update README.md
Using shell scripts under Windows
1 parent 16ac736 commit 7933710

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,19 @@ _Note: for windows installation you also need:_
3535
- Git + msysGit ([git-for-windows/git](https://github.com/git-for-windows/git/releases))
3636
- ImageMagick
3737

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+
3851
A Docker image is available on the [Reaction Commerce Docker Hub ](https://hub.docker.com/r/reactioncommerce/reaction/).
3952

4053
## Roadmap

0 commit comments

Comments
 (0)
0