mirror of
https://github.com/chrisnov-it/quantumbotx.git
synced 2026-07-27 18:57:47 +00:00
chore: sync branding and repository URL to new GitHub username
This commit is contained in:
@@ -224,7 +224,7 @@ DB_NAME=bots.db
|
||||
1. **Clone the repository:**
|
||||
|
||||
```bash
|
||||
git clone https://github.com/rebarakaz/quantumbotx.git
|
||||
git clone https://github.com/chrisnov-it/quantumbotx.git
|
||||
cd quantumbotx
|
||||
```
|
||||
|
||||
@@ -315,7 +315,7 @@ wine xmglobal5setup.exe
|
||||
|
||||
```bash
|
||||
# Set up the project as usual
|
||||
git clone https://github.com/rebarakaz/quantumbotx.git
|
||||
git clone https://github.com/chrisnov-it/quantumbotx.git
|
||||
cd quantumbotx
|
||||
python -m venv venv
|
||||
source venv/bin/activate
|
||||
@@ -426,7 +426,7 @@ Concept, Logic & Execution: `@chrisnov` aka BabyDev
|
||||
|
||||
If you like this project, give it a ⭐ on GitHub, or buy me a coffee to support future versions:
|
||||
|
||||
[img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate with PayPal"](https://www.paypal.com/paypalme/rebarakaz)
|
||||
[img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate with PayPal"](https://www.paypal.com/paypalme/chrisnov-it)
|
||||
|
||||
---
|
||||
|
||||
|
||||
+1
-1
@@ -215,7 +215,7 @@ python run.py
|
||||
|
||||
Enjoy QuantumBotX? Consider supporting future development:
|
||||
|
||||
[img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate with PayPal"](https://www.paypal.com/paypalme/rebarakaz)
|
||||
[img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate with PayPal"](https://www.paypal.com/paypalme/chrisnov-it)
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ QuantumBotX is an intelligent, modular trading bot platform built for MetaTrader
|
||||
### Installation Steps
|
||||
1. Clone the repository:
|
||||
```bash
|
||||
git clone https://github.com/rebarakaz/quantumbotx.git
|
||||
git clone https://github.com/chrisnov-it/quantumbotx.git
|
||||
cd quantumbotx
|
||||
```
|
||||
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ Get up and running with QuantumBotX in under 10 minutes!
|
||||
|
||||
### Step 1: Download QuantumBotX
|
||||
```bash
|
||||
git clone https://github.com/rebarakaz/quantumbotx.git
|
||||
git clone https://github.com/chrisnov-it/quantumbotx.git
|
||||
cd quantumbotx
|
||||
```
|
||||
|
||||
|
||||
+1
-1
@@ -213,6 +213,6 @@ st.markdown("""
|
||||
<div style='text-align: center; color: #666;'>
|
||||
<p><strong>QuantumBotX</strong> - Making Algorithmic Trading Accessible for Everyone</p>
|
||||
<p>Developed with ❤️ by Chrisnov IT Solutions</p>
|
||||
<p><a href='https://github.com/rebarakaz/quantumbotx' target='_blank'>View on GitHub</a> • <a href='#' target='_blank'>Documentation</a></p>
|
||||
<p><a href='https://github.com/chrisnov-it/quantumbotx' target='_blank'>View on GitHub</a> • <a href='#' target='_blank'>Documentation</a></p>
|
||||
</div>
|
||||
""", unsafe_allow_html=True)
|
||||
|
||||
Reference in New Issue
Block a user