diff options
author | Richard Hartmann <RichiH@users.noreply.github.com> | 2014-07-09 13:31:11 +0200 |
---|---|---|
committer | Richard Hartmann <RichiH@users.noreply.github.com> | 2014-07-09 13:31:11 +0200 |
commit | 3d92e3fa0ca8db85f0c55bec4d0c835a8fd9709b (patch) | |
tree | 16552c32e8d385045ab7f7e167ec12b15e45741c | |
parent | 668e799b177dba257aacf1a0dfa6cd1430f0dbe2 (diff) |
README.md: Make optional oxidized-web really optional
-rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -11,11 +11,12 @@ # Install * early days, but try: 1. apt-get install ruby libsqlite3-dev libssl-dev - 2. gem install oxidized oxidized-web - 3. oxidized - 4. vi ~/.config/oxidized/config - 5. (maybe point to your rancid/router.db or copy it there) - 6. oxidized + 2. gem install oxidized + 3. gem install oxidized-script oxidized-web # if you don't install oxidized-web, make sure you remove "rest" from your config + 4. oxidized + 5. vi ~/.config/oxidized/config + 6. (maybe point to your rancid/router.db or copy it there) + 7. oxidized # API ## Input |