diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-06-27 14:24:22 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-06-27 14:24:26 +0200 |
commit | a6ad368785d2584bd6b505c3f39461f9517212c8 (patch) | |
tree | 146a0abf1946eaa1fc09ee564e31cd6e1745eda6 /examples/ncclient/Readme.txt | |
parent | 72d39b9cf9eb93893e7871dcd7c61a4985e220aa (diff) |
examples/ncclient: use ncclient repo instead of fork
There is no need for using fork after
support for <config> was merged:
https://github.com/ncclient/ncclient/pull/232
Change-Id: I0bd4a1ce6c4263228771ae3a74e298640a0c2a40
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'examples/ncclient/Readme.txt')
-rw-r--r-- | examples/ncclient/Readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ncclient/Readme.txt b/examples/ncclient/Readme.txt index 6639cf815..1a89d9226 100644 --- a/examples/ncclient/Readme.txt +++ b/examples/ncclient/Readme.txt @@ -33,7 +33,7 @@ c) (optional) build honeycomb package ./packaging/deb/xenial/debuild.sh 4) Build ncclient -git clone -b honeycomb https://github.com/marekgr/ncclient.git +https://github.com/ncclient/ncclient.git cd ncclient sudo python setup.py install |