diff --git a/BUILDING.md b/BUILDING.md index 3450641..80ba6b7 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -63,10 +63,8 @@ Any dockerfiles used by the docker-compose may be placed at the discretion of th ## Build Pipeline Starting from clean master branch with latest HEAD -### building all targets -`docker-compose up -f ./docker-compose.build.yml` should create builds for each of the targeted platforms, and place the build artifacts in a folder structure outlined above. +### Building all targets +`docker-compose -f ./docker-compose.build.yml up` should create builds for each of the targeted platforms, and place the build artifacts in a folder structure outlined above. -### building specific target -`docker-compose up -f ./docker-compose.build.yml [windows | linux | mac]` - -Thats it. +### Building specific target +`docker-compose -f ./docker-compose.build.yml up [windows | linux | mac]` diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df15dd4..1d1e1b9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ This repository uses the [The Apache License, Version 2.0](https://www.apache.or If you think you've found a bug in the software, first make sure you're testing against the *latest* version of the software -- your issue may have been fixed already. If it's not, please check out the issues list on github and search for similar issues that have already been opened. If there are no issues then please [submit a github issue](https://help.github.com/articles/creating-an-issue/). -If you can provide a small test case it would greately help the reproduction of a bug, as well as a a screenshot, and any other information you can provide. +If you can provide a small test case it would greatly help the reproduction of a bug, as well as a a screenshot, and any other information you can provide. ## Feature Requests