Skip to content

Commit dba46fa

Browse files
committed
docs: git repository version updated to 1.0.4 (branch).
1 parent b38a10c commit dba46fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Before deploying to Docker, **make sure you have correctly configured the enviro
170170
When cloning the repository, inside the generated folder (root), you will discover the "docker-compose.yml" file, which will allow you to deploy both the backend and frontend servers using the command "docker-compose up -d --build ".
171171
```bash
172172
# First, you must clone the repository.
173-
git clone -b 1.0.3 https://github.com/rodyherrera/Quantum
173+
git clone -b 1.0.4 https://github.com/rodyherrera/Quantum
174174
```
175175
After cloning the repository, we go inside the generated folder to run docker-compose.
176176
```bash
@@ -277,13 +277,13 @@ To run this project, you'll need the following:
277277
## Installation
278278
You may prefer the all-in-one command, to run in your terminal, clone the repository and install dependencies.
279279
```bash
280-
git clone -b 1.0.3 https://github.com/rodyherrera/Quantum && cd Quantum && cd server && npm install --force && cd ../client && npm install --force
280+
git clone -b 1.0.4 https://github.com/rodyherrera/Quantum && cd Quantum && cd server && npm install --force && cd ../client && npm install --force
281281
```
282282

283283
### Installation Guide
284284
1. **Clone the Quantum Repository:**
285285
```bash
286-
git clone -b 1.0.3 https://github.com/rodyherrera/Quantum
286+
git clone -b 1.0.4 https://github.com/rodyherrera/Quantum
287287
```
288288
This command clones the Quantum repository from GitHub to your local machine.
289289
2. **Navigate to the Quantum Directory:**

0 commit comments

Comments
 (0)