Add README
This commit is contained in:
parent
f8ec0bb9d5
commit
081e0a89ae
31
README.md
Normal file
31
README.md
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# Setup
|
||||||
|
|
||||||
|
Zur Installation der notwendigen Tools wird die moderne Windows Kommandozeile _Powershell_ verwendet.
|
||||||
|
Alle Installationen (abgesehen von Git) werden automatisch von einem Setup-Script durchgeführt.
|
||||||
|
|
||||||
|
Dazu muss als erstes die Ausführung von Scripts erlaubt werden:
|
||||||
|
|
||||||
|
```
|
||||||
|
Set-ExecutionPolicy -Scope User Bypass
|
||||||
|
```
|
||||||
|
|
||||||
|
Anschließend kann Git installiert, das AG-Repository geklont und das Setup ausgeführt werden.
|
||||||
|
|
||||||
|
## Installation Git
|
||||||
|
|
||||||
|
```
|
||||||
|
winget install --accept-package-agreements --accept-source-agreements Git.Git
|
||||||
|
```
|
||||||
|
|
||||||
|
## Repository clonen
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://gitea.wa5p.eu/jona/lago-programming-for-beginners.git
|
||||||
|
```
|
||||||
|
|
||||||
|
## Ausführung Setup Script
|
||||||
|
|
||||||
|
```
|
||||||
|
cd lago-programming-for-beginners+
|
||||||
|
./setup.ps1
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue
Block a user