This is an automated email from the ASF dual-hosted git repository.

mgaido pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git


The following commit(s) were added to refs/heads/master by this push:
     new e5489d0  [MINOR] Fix instructions on how to build Livy.
e5489d0 is described below

commit e5489d0e15869c03065088464c2551cf45d320dd
Author: meisam <mei...@users.noreply.github.com>
AuthorDate: Mon Jan 28 02:09:03 2019 -0800

    [MINOR] Fix instructions on how to build Livy.
    
    ## 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.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a1f0854..d5219e5 100644
--- a/README.md
+++ b/README.md
@@ -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
 ```
 

Reply via email to