1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

fix docs errors

This commit is contained in:
checktheroads
2020-10-11 15:49:22 -07:00
parent 95cd9424fd
commit c864712f40
2 changed files with 1 additions and 2 deletions

View File

@@ -26,7 +26,6 @@ routers:
credential: credential:
username: username username: username
password: password password: password
location: pop01
display_name: Phoenix, AZ display_name: Phoenix, AZ
port: 22 port: 22
nos: cisco_ios nos: cisco_ios

View File

@@ -46,7 +46,7 @@ If you're confident upgrading your system's version of Python won't break your s
<TabItem value="debian"> <TabItem value="debian">
```shell-session ```shell-session
$ sudo apt install -y python3.6-dev python3-pip redis-server $ sudo apt install -y python3.6-dev python3-pip
``` ```
</TabItem> </TabItem>