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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix capitalization #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 pocket-core/README.md
Expand Up @@ -42,7 +42,7 @@ Crail is implemented in Java offering a Java API which integrates directly with
To build Crail from source using [Apache Maven](http://maven.apache.org/) execute the following steps:

1. (a) Clone from Apache [git](http://git-wip-us.apache.org/repos/asf/incubator-crail.git) or<br/>
(b) Clone from [Github](https://github.com/apache/incubator-crail) or<br/>
(b) Clone from [GitHub](https://github.com/apache/incubator-crail) or<br/>
(c) Download and unpack the latest source release from [here](https://dist.apache.org/repos/dist/release/incubator/crail/)
2. Run: mvn -DskipTests install
3. Copy tarball to the cluster and unpack it using tar xvfz crail-1.0-bin.tar.gz
Expand Down