Skip to content

Commit

Permalink
[MINOR] Fix instructions on how to build Livy.
Browse files Browse the repository at this point in the history
## What changes were proposed in this pull request?
Update the README section with instructions on building Livy 

## How was this patch tested?
- Checked the rendered markdown.
- Executed the instructions.

## What remains to be done?
This instruction should be updated in the documentation each time Livy's repository name changes.
  • Loading branch information
meisam authored and mgaido91 committed Jan 28, 2019
1 parent 02550f7 commit e5489d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Livy is built using [Apache Maven](http://maven.apache.org). To check out and bu

```
git clone https://github.com/apache/incubator-livy.git
cd livy
cd incubator-livy
mvn package
```

Expand Down

0 comments on commit e5489d0

Please sign in to comment.