Skip to content

Commit

Permalink
[README] Update README.md (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
kygx-legend authored Feb 27, 2017
1 parent 0e49d15 commit 92c07af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ Some optional dependencies:
Build
-----

Download the Husky source code:
Download the latest source code of Husky:

$ git clone https://github.com/husky-team/husky.git

Or download latest release in [Releases Notes](https://github.com/husky-team/husky/releases).

We assume the root directory of Husky is `$HUSKY_ROOT`. Go to `$HUSKY_ROOT` and do a out-of-source build using CMake:

$ cd $HUSKY_ROOT
Expand Down Expand Up @@ -63,6 +65,7 @@ Husky is supposed to run on any platform. Configurations can be stored in a conf
comm_port=yyyyy

# Optional
log_dir=path/to/log
hdfs_namenode=xxx.xxx.xxx.xxx
hdfs_namenode_port=yyyyy

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
From 7a2ccdc37863887eda7ab479088844207a2bc54f Mon Sep 17 00:00:00 2001
From: legend <legendlee1314@gmail.com>
From: legend <kygx.legend@gmail.com>
Date: Fri, 6 Jan 2017 13:51:19 +0800
Subject: [PATCH] [GLOG] Customize log format for Husky

Expand Down

0 comments on commit 92c07af

Please sign in to comment.