From 3ae6fef1e8fcc8fcd7eaaf5dee59ae4d47b8693c Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Sat, 31 Aug 2024 21:54:52 +0200 Subject: [PATCH] bugfix: replace placeholders in new README --- README.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 331e613..b1381f0 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,6 @@ save configurations, or exit the application. git clone https://github.com/Baipyrus/ProxySwitcher.git ``` -2. Build the project: - - ```powersell - cd ProxySwitcher - go build - ``` - ## Usage ### CLI Commands @@ -37,19 +30,19 @@ save configurations, or exit the application. - **set**: Enable all saved proxies including system proxy. ```powersell - .\ProxySwitcher.exe set + go run . set ``` - **unset**: Disable all saved proxies including system proxy. ```powersell - .\ProxySwitcher.exe unset + go run . unset ``` - **save**: Saves a new configuration to set a proxy for. - ```POWERSELL - .\ProxySwitcher.exe save + ```powersell + go run . save ``` ### 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, please take a look at the [default config](./configs.json) or at the following block: -```JSON +```js [ { "name": "test1", // Default CMD Name