Add webP images

This commit is contained in:
Ivan Calandra 2020-09-28 10:25:25 +02:00 committed by Gitea
parent 941887e9b4
commit 1b790bade5
5 changed files with 18 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -22,21 +22,35 @@ For some Git clients (see [below](#git-clients)), e.g. [RStudio](https://rstudio
### Install
If you want to install as regular user, just log in with your user account and run the installer.
To install with administrator rights, either log in as administrator, or run the installer as administrator. In the latter case, right-click on the installer, select `Run as administrator` and enter your credentials:
![win-run-admin](/assets/images/getting-started/install-git/Win_run-as-admin.PNG)
<picture>
<source srcset="/assets/images/getting-started/install-git/Win_run-as-admin.webp" type="image/webp">
<img src="/assets/images/getting-started/install-git/Win_run-as-admin.PNG" alt="win-run-admin">
</picture>
From there, follow the steps in the setup wizard. It is okay to just accept the defaults, when in doubt.
There are two steps for which you have to pay attention:
1. Choose your editor:
By default, [Vim](https://www.vim.org/) will be used for Git. But if you prefer to use another one, select it here.
![win-editor](/assets/images/getting-started/install-git/Win_editor.PNG)
<picture>
<source srcset="/assets/images/getting-started/install-git/Win_editor.webp" type="image/webp">
<img src="/assets/images/getting-started/install-git/Win_editor.PNG" alt="win-editor">
</picture>
2. PATH environment:
![win-path](/assets/images/getting-started/install-git/Win_PATH.PNG)
<picture>
<source srcset="/assets/images/getting-started/install-git/Win_PATH.webp" type="image/webp">
<img src="/assets/images/getting-started/install-git/Win_PATH.PNG" alt="win-path">
</picture>
This makes sure that Git can be used by 3rd party software (Git clients). It is recommended (and the default) anyway.
> You may get the error message displayed below, that the release notes cannot be displayed. That error message can be safely ignored. You can find the release notes in `Start Menu > Git > Git Release Notes`.
> ![win-error](/assets/images/getting-started/install-git/Win_error-notes.PNG)
<picture>
<source srcset="/assets/images/getting-started/install-git/Win_error-notes.webp" type="image/webp">
<img src="/assets/images/getting-started/install-git/Win_error-notes.PNG" alt="win-error">
</picture>
### Run