Update install.md

Fixed a typo in .docker/config.json: cliPluginExtraDirs
This commit is contained in:
JayChen 2024-08-02 00:53:46 +08:00 committed by GitHub
parent 7372a7216f
commit 5db1fbf1e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ $ sh install-scout.sh
```json
{
"cliPluginExtraDirs": [
"cliPluginsExtraDirs": [
"$HOME/.docker/scout"
]
}
@ -76,7 +76,7 @@ $ sh install-scout.sh
```json
{
"cliPluginExtraDirs": [
"cliPluginsExtraDirs": [
"$HOME/.docker/scout"
]
}
@ -97,7 +97,7 @@ $ sh install-scout.sh
```json
{
"cliPluginExtraDirs": [
"cliPluginsExtraDirs": [
"C:\Users\MobyWhale\.docker\scout"
]
}