Skip to content

Commit 94f88ad

Browse files
committed
readme
1 parent d8cca36 commit 94f88ad

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,14 @@ directory in `dist/<os>/<target>/`.
3636
Test:
3737
----
3838

39+
```
40+
$ ./tests/test.sh
41+
```
42+
3943
Execute a few tests to make sure basic features are properly supported.
4044

4145
`jq` and `dialog` necessary.
4246

43-
```
44-
$ ./tests/test.sh
45-
```
47+
On Windows, the script must be run from MSYS2, and jq.exe should be in the path.
48+
`dialog` can be installed via `pacman -S dialog`.
49+

0 commit comments

Comments
 (0)