Anweisungen hinzugefügt bzgl. SSH Port beim Clonen des Repos
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
# mucas-central
|
||||
|
||||
Hier befinden sich all meine Konfigurationen sowohl für meine Arbeitsrechner (z.B. VIM- oder Terminal-Konfiguration, Liste der zu installierenden Applikationen via Homebrew), meine entwickelten Apps, als auch die selbst-gehosteten Applikationen (Docker Compose Files, Automationen zum Betreiben auf der NAS)
|
||||
|
||||
## Einrichtung auf Rechner
|
||||
Wichtig zu beachten: SSH läuft auf Port 222, dementsprechend lautet das Kommando, um das Repository zu pullen:
|
||||
```bash
|
||||
git clone ssh://git@10.10.10.6:222/mucas/mucas-central.git
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user