summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorytti <saku@ytti.fi>2017-02-02 21:13:08 +0200
committerGitHub <noreply@github.com>2017-02-02 21:13:08 +0200
commit54f0b065f35c6a742f6bab10611eb1091f0948d0 (patch)
treed7a4a8ad0415fa18a5a61dd1dbba70aa037526e8
parenta5fe9838187553983010d9c8076825fa468751a4 (diff)
parent42c1c26b07df29db3c7757ef3a82661917f4d709 (diff)
Merge pull request #683 from davama/master
Add git build to README
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8921e8e..3149ec9 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/
+gem build *.gemspec
+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).