Skip to content

Commit

Permalink
Fix readme with correct build command
Browse files Browse the repository at this point in the history
Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
  • Loading branch information
chengweiv5 committed Sep 20, 2016
1 parent 6c1318a commit 89b1157
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,6 +1,6 @@
# Mesos Debian packaging

Build scripts to create a Mesos Debian package with [FPM](https://github.com/jordansissel/fpm) for simple installation in a cluster.
Build scripts to create a Mesos Debian package with [FPM](https://github.com/jordansissel/fpm) for simple installation in a cluster.

Mesos is a cluster manager that provides efficient resource isolation and sharing across distributed applications, or frameworks. It can run Hadoop, MPI, Hypertable, Spark (a new framework for low-latency interactive and iterative jobs), and other applications. Currently is in the Apache Incubator and going through rapid development, though stable enough for a production usage. See [Mesos website](http://incubator.apache.org/mesos/) for more details.

Expand All @@ -27,9 +27,9 @@ define in e.g. `~/.bash_profile` a `MAINTAINER` variable

export MAKEFLAGS=-j8

## Building deb package
## Building deb or rpm package

./build_mesos wheezy
./build_mesos

## TODO

Expand Down

0 comments on commit 89b1157

Please sign in to comment.