docs: add SSH access details to README
This commit is contained in:
parent
e869432e23
commit
56413f9c08
13
README.md
13
README.md
@ -64,6 +64,16 @@ If you want to test the performance or workflow of this instance, you can use th
|
||||
git clone https://git.rootiest.dev/rootiest/welcome.git rootiest-git-welcome
|
||||
```
|
||||
|
||||
## SSH Access (Port 2223)
|
||||
|
||||
For users who prefer SSH, the server is accessible on port `2223`.
|
||||
|
||||
### Clone this repository via SSH
|
||||
|
||||
```bash
|
||||
git clone ssh://git@git.rootiest.dev:2223/rootiest/welcome.git rootiest-git-welcome
|
||||
```
|
||||
|
||||
### Check remote connectivity
|
||||
|
||||
```bash
|
||||
@ -77,9 +87,6 @@ git remote -v
|
||||
git pull origin main
|
||||
```
|
||||
|
||||
> [!NOTE]
|
||||
> For this instance, we currently utilize HTTPS for all Git operations to ensure maximum compatibility and ease of use.
|
||||
|
||||
---
|
||||
|
||||
## 📬 Contact & Links
|
||||
|
||||
Loading…
Reference in New Issue
Block a user