mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 04:31:45 +00:00
bugfix: replace placeholders in new README
This commit is contained in:
parent
1998f2c8ea
commit
3ae6fef1e8
17
README.md
17
README.md
@ -23,13 +23,6 @@ save configurations, or exit the application.
|
|||||||
git clone https://github.com/Baipyrus/ProxySwitcher.git
|
git clone https://github.com/Baipyrus/ProxySwitcher.git
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Build the project:
|
|
||||||
|
|
||||||
```powersell
|
|
||||||
cd ProxySwitcher
|
|
||||||
go build
|
|
||||||
```
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### CLI Commands
|
### CLI Commands
|
||||||
@ -37,19 +30,19 @@ save configurations, or exit the application.
|
|||||||
- **set**: Enable all saved proxies including system proxy.
|
- **set**: Enable all saved proxies including system proxy.
|
||||||
|
|
||||||
```powersell
|
```powersell
|
||||||
.\ProxySwitcher.exe set
|
go run . set
|
||||||
```
|
```
|
||||||
|
|
||||||
- **unset**: Disable all saved proxies including system proxy.
|
- **unset**: Disable all saved proxies including system proxy.
|
||||||
|
|
||||||
```powersell
|
```powersell
|
||||||
.\ProxySwitcher.exe unset
|
go run . unset
|
||||||
```
|
```
|
||||||
|
|
||||||
- **save**: Saves a new configuration to set a proxy for.
|
- **save**: Saves a new configuration to set a proxy for.
|
||||||
|
|
||||||
```POWERSELL
|
```powersell
|
||||||
.\ProxySwitcher.exe save
|
go run . save
|
||||||
```
|
```
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
@ -58,7 +51,7 @@ The programs for which the proxy settings should be managed are stored in a `con
|
|||||||
file, which can be modified directly or through the `save` command. For examples,
|
file, which can be modified directly or through the `save` command. For examples,
|
||||||
please take a look at the [default config](./configs.json) or at the following block:
|
please take a look at the [default config](./configs.json) or at the following block:
|
||||||
|
|
||||||
```JSON
|
```js
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "test1", // Default CMD Name
|
"name": "test1", // Default CMD Name
|
||||||
|
Loading…
Reference in New Issue
Block a user