mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08:00
readme: format tables
This commit is contained in:
parent
6a8527a394
commit
9ac550242e
1 changed files with 12 additions and 12 deletions
|
@ -44,7 +44,7 @@ You can download the latest stable from [Releases](https://github.com/sourcegit-
|
||||||
This software creates a folder `$"{System.Environment.SpecialFolder.ApplicationData}/SourceGit"`, which is platform-dependent, to store user settings, downloaded avatars and crash logs.
|
This software creates a folder `$"{System.Environment.SpecialFolder.ApplicationData}/SourceGit"`, which is platform-dependent, to store user settings, downloaded avatars and crash logs.
|
||||||
|
|
||||||
| OS | PATH |
|
| OS | PATH |
|
||||||
| --- | --- |
|
|---------|-------------------------------------------------|
|
||||||
| Windows | `C:\Users\USER_NAME\AppData\Roaming\SourceGit` |
|
| Windows | `C:\Users\USER_NAME\AppData\Roaming\SourceGit` |
|
||||||
| Linux | `${HOME}/.config/SourceGit` |
|
| Linux | `${HOME}/.config/SourceGit` |
|
||||||
| macOS | `${HOME}/Library/Application Support/SourceGit` |
|
| macOS | `${HOME}/Library/Application Support/SourceGit` |
|
||||||
|
@ -75,7 +75,7 @@ For **Linux** users:
|
||||||
This app supports open repository in external tools listed in the table below.
|
This app supports open repository in external tools listed in the table below.
|
||||||
|
|
||||||
| Tool | Windows | macOS | Linux | Environment Variable |
|
| Tool | Windows | macOS | Linux | Environment Variable |
|
||||||
| --- | --- | --- | --- | --- |
|
|-------------------------------|---------|-------|-------|----------------------|
|
||||||
| Visual Studio Code | YES | YES | YES | VSCODE_PATH |
|
| Visual Studio Code | YES | YES | YES | VSCODE_PATH |
|
||||||
| Visual Studio Code - Insiders | YES | YES | YES | VSCODE_INSIDERS_PATH |
|
| Visual Studio Code - Insiders | YES | YES | YES | VSCODE_INSIDERS_PATH |
|
||||||
| VSCodium | YES | YES | YES | VSCODIUM_PATH |
|
| VSCodium | YES | YES | YES | VSCODIUM_PATH |
|
||||||
|
|
Loading…
Reference in a new issue