From 537b28d2652412605b27292be9ff5c1c1c493e76 Mon Sep 17 00:00:00 2001 From: nopedial Date: Sat, 27 Apr 2013 11:06:21 +0100 Subject: Add models and README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b6e52de..7a23e6d 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ # Install * early days, but try: - 1 rake build - 1 gem install gem/oxidized* - 1 oxidized - 1 vi ~/.config/oxidized - 1 (maybe point to your rancid/router.db or copy it there) - 1 oxidized + * rake build + * gem install gem/oxidized* + * oxidized + * vi ~/.config/oxidized + * (maybe point to your rancid/router.db or copy it there) + * oxidized # API ## Input @@ -42,4 +42,4 @@ * can use 'cmd', 'prompt', 'comment', 'cfg' * cfg is executed in input/output/source context * cmd is executed in instance of model - * 'junos' and 'ios' implemented + * 'junos', 'ios', 'ironware' and 'powerconnect' -- cgit v1.2.1 From e5015aba68017a8eb71db3cf020524de75485ef7 Mon Sep 17 00:00:00 2001 From: nopedial Date: Sat, 27 Apr 2013 11:14:25 +0100 Subject: README.md fix --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7a23e6d..3e3c963 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ # Install * early days, but try: - * rake build - * gem install gem/oxidized* - * oxidized - * vi ~/.config/oxidized - * (maybe point to your rancid/router.db or copy it there) - * oxidized + 1. rake build + 2. gem install gem/oxidized* + 3. oxidized + 4. vi ~/.config/oxidized + 5. (maybe point to your rancid/router.db or copy it there) + 6. oxidized # API ## Input -- cgit v1.2.1 From e918061848b37c631fa40a52e52f2d7d0f788111 Mon Sep 17 00:00:00 2001 From: nopedial Date: Sat, 27 Apr 2013 11:17:33 +0100 Subject: Last fix to README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3e3c963..cc23013 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ # Install * early days, but try: - 1. rake build - 2. gem install gem/oxidized* + 1. apt-get install libsqlite3-dev + 2. gem install oxidized 3. oxidized 4. vi ~/.config/oxidized 5. (maybe point to your rancid/router.db or copy it there) -- cgit v1.2.1