Skip to content

Commit

Permalink
Made windows build script click-to-execute viable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Til Blechschmidt authored and Til Blechschmidt committed Mar 4, 2019
1 parent ca0ca34 commit e257474
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@ You can then omit the `--docker` flag on the commandline.

#### Windows

Open the commandline, change into the project directory and execute the following command:

```cmd
build.cmd
```
Double click the `build.cmd` file in the project directory. It opens a window with the log output from the typesetter. It will stay open after the build finished. You can close it by pressing _any key_.

_NOTE: Windows builds are untested and the build script for Windows needs some love. Feel free to contribute._

Expand Down
3 changes: 2 additions & 1 deletion build.cmd
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
docker-compose -p latex_build -f .docker/docker-compose.yml up
docker-compose -p latex_build -f .docker/docker-compose.yml up
pause

0 comments on commit e257474

Please sign in to comment.