This is an automated email from the ASF dual-hosted git repository.
oleewere pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ambari-infra.git
The following commit(s) were added to refs/heads/master by this push:
new 30be31f Update README.md
30be31f is described below
commit 30be31f59bdcd8c6bf01ab0a536b5559c47cdd83
Author: Olivér Szabó <[email protected]>
AuthorDate: Fri Oct 12 13:47:37 2018 +0200
Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 484f038..a213176 100644
--- a/README.md
+++ b/README.md
@@ -14,13 +14,13 @@ Requires JDK 8
```bash
# requires rpm-build on Mac OS X
-mvn clean package -Dbuild-rpm
+make rpm
```
### Build Deb package
```bash
-mvn clean package -Dbuild-deb
+make deb
```
## License