Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo #3

Merged
merged 1 commit into from Aug 24, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ Hap helps manage build scripts with git and run them concurrently on multiple re

First, `hap create` to setup a new local repo. Then add hosts to the generated Hapfile.Once hosts are in place, `hap init` will setup the remote hosts. Finally, `hap build` will execute the build blocks and commands specified in the Hapfile for each host. After `hap build` a .happened file is saved with the current sha of remote repo. To run `hap build` again a new commit is required.

Tun arbitrary commands use `hap c`, and to execute individual scripts with `hap exec`.
To run arbitrary commands use `hap c`, and to execute individual scripts with `hap exec`.

If you only have one host, just use the `default` section. Then the `-all` or `-host` flag while running `hap` is not necessary.

Expand Down