[PR #145] [MERGED] fix website install guide command #153

Closed
opened 2026-02-27 15:55:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/145
Author: @z0xca
Created: 11/5/2025
Status: Merged
Merged: 11/5/2025
Merged by: @arunavo4

Base: mainHead: main


📝 Commits (1)

  • 25e7d23 Update clone command to use '&&' for chaining

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 www/src/components/Installation.tsx (+2 -2)

📄 Description

git clone https://github.com/RayLabsHQ/gitea-mirror.git cd gitea-mirror isnt a valid command as \n isnt being recognised so I replaced it with && instead


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RayLabsHQ/gitea-mirror/pull/145 **Author:** [@z0xca](https://github.com/z0xca) **Created:** 11/5/2025 **Status:** ✅ Merged **Merged:** 11/5/2025 **Merged by:** [@arunavo4](https://github.com/arunavo4) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`25e7d23`](https://github.com/RayLabsHQ/gitea-mirror/commit/25e7d234ba397e2b04ab46aefd1d78d9df408532) Update clone command to use '&&' for chaining ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `www/src/components/Installation.tsx` (+2 -2) </details> ### 📄 Description `git clone https://github.com/RayLabsHQ/gitea-mirror.git cd gitea-mirror` isnt a valid command as `\n` isnt being recognised so I replaced it with `&&` instead --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:55:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gitea-mirror#153
No description provided.