Skip to content

Commit

Permalink
Merge pull request #149 from damingerdai/github_mirror-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MordechaiHadad authored Aug 3, 2023
2 parents f2f91a1 + 17f835f commit 53b16be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Example: `export BOB_CONFIG=/path/to/config/config.json`
| **installation_location** | The path in which the proxied neovim installation will be located in | unix: `/home/<username>/.local/share/bob/nvim-bin`, windows: `C:\Users\<username>\AppData\Local\bob\nvim-bin` |
| **version_sync_file_location** | The path to a file that will hold the neovim version string, useful for config version tracking, bob will error if the specified file is not a valid file path | `Disabled by default` |
| **rollback_limit** | The amount of rollbacks before bob starts to delete older ones, can be up to 255 | `3` |
| **github_mirror** | Specify the github mirror to use instead of github.com, example: `ghproxy.com` | `Disabled by default` |
| **github_mirror** | Specify the github mirror to use instead of `https://github.com`, example: `https://ghproxy.com` | `Disabled by default` |

### Example

Expand All @@ -206,7 +206,8 @@ Example: `export BOB_CONFIG=/path/to/config/config.json`
"downloads_location": "$HOME/.local/share/bob", // The folder in which neovim versions will be installed too, bob will error if this option is specified but the folder doesn't exist
"installation_location": "/home/user/.local/share/bob/nvim-bin", // The path in which the used neovim version will be located in
"version_sync_file_location": "/home/user/.config/nvim/nvim.version", // The path to a file that will hold the neovim version string, useful for config version tracking, bob will error if the specified file is not a valid file path
"rollback_limit": 3 // The amount of rollbacks before bob starts to delete older ones, can be up to 225
"rollback_limit": 3, // The amount of rollbacks before bob starts to delete older ones, can be up to 225
"github_mirror": "https://github.com" // github or github mirror
}
```

Expand Down Expand Up @@ -308,7 +309,6 @@ This error can be caused when `secure_path` is enabled in `/etc/sudoers` like in

These workarounds were devised by @nfejzic, thanks to him.


## :heart: Credits And Inspiration

- [nvm](https://github.com/nvm-sh/nvm) A node version manager
Expand Down

0 comments on commit 53b16be

Please sign in to comment.