Docs: Update README with Gitea clone instructions.
This commit is contained in:
12
README.md
12
README.md
@@ -16,15 +16,15 @@ This project aims to provide a customizable way to view YouTube Live Chat direct
|
||||
|
||||
## Setup Instructions
|
||||
|
||||
### 1. Clone the Repository (Future Step)
|
||||
Once this project is on GitHub, you would clone it using:
|
||||
### 1. Clone the Repository
|
||||
Clone the project from your Gitea instance:
|
||||
```bash
|
||||
git clone [repository-url]
|
||||
cd youtube_chat_terminal
|
||||
git clone https://gitea.ramforth.net/RamTech/youtube-chat-terminal.git
|
||||
cd youtube-chat-terminal
|
||||
```
|
||||
|
||||
### 2. Create and Activate a Python Virtual Environment
|
||||
It's highly recommended to use a virtual environment to manage project dependencies.
|
||||
### 2. Gitea Repository
|
||||
This project is hosted on your Gitea instance at: `https://gitea.ramforth.net/RamTech/youtube-chat-terminal`
|
||||
|
||||
```bash
|
||||
cd /home/joe/Cloud9/Documents/Obisdian/youtube_chat_terminal
|
||||
|
||||
Reference in New Issue
Block a user