From 66007d55600c3b4a445a4b66ab89b0be31c084d3 Mon Sep 17 00:00:00 2001 From: Dave Date: Thu, 2 Feb 2017 09:54:15 -0500 Subject: Added git build --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8921e8e..65d198b 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,14 @@ gem install oxidized gem install oxidized-script oxidized-web ``` +## Build from Git +```shell +git clone https://github.com/ytti/oxidized.git +cd oxidized/ +rake install +gem install pkg/*.gem +``` + # Configuration Oxidized configuration is in YAML format. Configuration files are subsequently sourced from ```/etc/oxidized/config``` then ```~/.config/oxidized/config```. The hashes will be merged, this might be useful for storing source information in a system wide file and user specific configuration in the home directory (to only include a staff specific username and password). Eg. if many users are using ```oxs```, see [Oxidized::Script](https://github.com/ytti/oxidized-script). -- cgit v1.2.1 From 42c1c26b07df29db3c7757ef3a82661917f4d709 Mon Sep 17 00:00:00 2001 From: Dave Date: Thu, 2 Feb 2017 13:47:54 -0500 Subject: Adjustments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65d198b..3149ec9 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ gem install oxidized-script oxidized-web ```shell git clone https://github.com/ytti/oxidized.git cd oxidized/ -rake install +gem build *.gemspec gem install pkg/*.gem ``` -- cgit v1.2.1