Skip to content

Commit fc71cd1

Browse files
committed
📝 Docs: update readme
1 parent b9f92da commit fc71cd1

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,20 @@ Thanks to [vs-picgo](https://github.com/Spades-S/vs-picgo) && [Spades-S](https:/
102102

103103
#### Manage uploader configs
104104

105-
Since v1.8.0, PicGo-Core supports multiple configurations per uploader. Just like the configuration of Electron version of PicGo.
105+
Since v1.8.0, PicGo-Core supports multiple configurations per uploader. Just like the configuration of the Electron version of PicGo.
106106

107-
You can use `picgo set uploader <type> [name] [configName]` to configure different uploader configurations.
107+
You can use `picgo set uploader <type> [configName]` to configure different uploader configurations.
108108

109109
And you can use `picgo use uploader <type> [configName]` to switch between different uploader configurations.
110110

111+
For example:
112+
113+
```bash
114+
picgo set uploader github Test
115+
116+
picgo use uploader github Test
117+
```
118+
111119
For more details, you can use `picgo uploader -h` to check the help of uploader management:
112120

113121
```bash

0 commit comments

Comments
 (0)