Skip to content

Commit 0dd25ee

Browse files
authored
Merge pull request #24 from cknitt/feature/update-readme
Updated README (how tun run Extract.exe/Test.exe).
2 parents bd639a9 + 9ae59f0 commit 0dd25ee

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The output (a JSON array of all extracted messages sorted by id) is written to s
110110
]
111111
```
112112

113-
## How to build
113+
## Building and Testing
114114

115115
Install [esy] as follows:
116116

@@ -124,23 +124,13 @@ Then build the project dependencies along with the project itself:
124124

125125
% esy build
126126

127-
Now you can run your editor within the environment (which also includes merlin):
127+
Run the compiled executable:
128128

129-
% esy $EDITOR
130-
% esy vim
129+
% esy x Extract.exe
131130

132-
After you make some changes to source code, you can re-run project's build
133-
using:
131+
Run the tests:
134132

135-
% esy build
136-
137-
And test compiled executable:
138-
139-
% esy ./_build/default/bin/Extract.exe
140-
141-
Shell into environment:
142-
143-
% esy shell
133+
% esy x Test.exe
144134

145135
[reason]: https://reasonml.github.io
146136
[bs-react-intl]: https://github.com/alexfedoseev/bs-react-intl

0 commit comments

Comments
 (0)