Spaces:
Running
Running
Update README
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@
|
|
24 |
1. Clone the repository:
|
25 |
|
26 |
```sh
|
27 |
-
git clone https://github.com/
|
28 |
cd InkChatGPT
|
29 |
```
|
30 |
|
@@ -32,7 +32,7 @@ cd InkChatGPT
|
|
32 |
|
33 |
```sh
|
34 |
python -m venv env
|
35 |
-
source env/bin/activate
|
36 |
```
|
37 |
|
38 |
3. Install the required dependencies:
|
|
|
24 |
1. Clone the repository:
|
25 |
|
26 |
```sh
|
27 |
+
git clone https://github.com/vinhnx/InkChatGPT.git
|
28 |
cd InkChatGPT
|
29 |
```
|
30 |
|
|
|
32 |
|
33 |
```sh
|
34 |
python -m venv env
|
35 |
+
source env/bin/activate
|
36 |
```
|
37 |
|
38 |
3. Install the required dependencies:
|