mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-01 17:17:24 -04:00
docs: update developer docs for AI-Trader-Server rebrand
Update developer documentation files: - CONTRIBUTING.md: Update title to AI-Trader-Server - development-setup.md: Update git clone URL from github.com/Xe138/AI-Trader to github.com/Xe138/AI-Trader-Server - testing.md: Update title to reference AI-Trader-Server Part of Phase 3: Developer & Deployment Documentation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Contributing to AI-Trader
|
||||
# Contributing to AI-Trader-Server
|
||||
|
||||
Guidelines for contributing to the project.
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@ Local development without Docker.
|
||||
### 1. Clone Repository
|
||||
|
||||
```bash
|
||||
git clone https://github.com/Xe138/AI-Trader.git
|
||||
cd AI-Trader
|
||||
git clone https://github.com/Xe138/AI-Trader-Server.git
|
||||
cd AI-Trader-Server
|
||||
```
|
||||
|
||||
### 2. Create Virtual Environment
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Testing Guide
|
||||
|
||||
Guide for testing AI-Trader during development.
|
||||
Guide for testing AI-Trader-Server during development.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user