We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7173e47 commit 9066ffbCopy full SHA for 9066ffb
docs/quick-start-guide.md
@@ -275,7 +275,7 @@ Sakura-DBCは、以下のコンポーネントを利用します。
275
- gobgpをインストールします
276
(db-controllerの動作上必要になるものではありませんが、CLIによりBGPの状態確認ができるためインストールを推奨します)
277
```
278
- # wget https://github.com/osrg/gobgp/releases/download/v3.35.0/gobgp_3.36.0_linux_amd64.tar.gz
+ # wget https://github.com/osrg/gobgp/releases/download/v3.36.0/gobgp_3.36.0_linux_amd64.tar.gz
279
# tar -C /usr/local/bin -xzf gobgp_3.36.0_linux_amd64.tar.gz
280
281
0 commit comments