mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-15 22:37:24 -04:00
Update repository URLs for fork
Change HKUDS/AI-Trader to Xe138/AI-Trader Update all documentation links and references
This commit is contained in:
@@ -93,6 +93,6 @@ For future releases, use this template:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
[Unreleased]: https://github.com/HKUDS/AI-Trader/compare/v0.2.0...HEAD
|
[Unreleased]: https://github.com/Xe138/AI-Trader/compare/v0.2.0...HEAD
|
||||||
[0.2.0]: https://github.com/HKUDS/AI-Trader/compare/v0.1.0...v0.2.0
|
[0.2.0]: https://github.com/Xe138/AI-Trader/compare/v0.1.0...v0.2.0
|
||||||
[0.1.0]: https://github.com/HKUDS/AI-Trader/releases/tag/v0.1.0
|
[0.1.0]: https://github.com/Xe138/AI-Trader/releases/tag/v0.1.0
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
1. **Clone repository:**
|
1. **Clone repository:**
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/HKUDS/AI-Trader.git
|
git clone https://github.com/Xe138/AI-Trader.git
|
||||||
cd AI-Trader
|
cd AI-Trader
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -36,9 +36,9 @@ Tag push automatically triggers `.github/workflows/docker-release.yml`:
|
|||||||
|
|
||||||
### 4. Verify Build
|
### 4. Verify Build
|
||||||
|
|
||||||
1. Check GitHub Actions: https://github.com/HKUDS/AI-Trader/actions
|
1. Check GitHub Actions: https://github.com/Xe138/AI-Trader/actions
|
||||||
2. Verify workflow completed successfully (green checkmark)
|
2. Verify workflow completed successfully (green checkmark)
|
||||||
3. Check packages: https://github.com/HKUDS/AI-Trader/pkgs/container/ai-trader
|
3. Check packages: https://github.com/Xe138/AI-Trader/pkgs/container/ai-trader
|
||||||
|
|
||||||
### 5. Test Release
|
### 5. Test Release
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ docker run --env-file .env \
|
|||||||
|
|
||||||
### 6. Create GitHub Release (Optional)
|
### 6. Create GitHub Release (Optional)
|
||||||
|
|
||||||
1. Go to https://github.com/HKUDS/AI-Trader/releases/new
|
1. Go to https://github.com/Xe138/AI-Trader/releases/new
|
||||||
2. Select tag: `v1.0.0`
|
2. Select tag: `v1.0.0`
|
||||||
3. Release title: `v1.0.0 - Docker Deployment Support`
|
3. Release title: `v1.0.0 - Docker Deployment Support`
|
||||||
4. Add release notes:
|
4. Add release notes:
|
||||||
|
|||||||
Reference in New Issue
Block a user