Skip to content

Commit

Permalink
fix: typo in CONTRIBUTING.md and compose command in BUILDING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Jan 22, 2019
1 parent de17561 commit 783905c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]`
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 783905c

Please sign in to comment.