Skip to content

Commit 608cb3d

Browse files
committed
Merge branch 'master' of https://github.com/codebreaker64/ip
2 parents d8ba3ea + 7f9295d commit 608cb3d

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,27 @@ Welcome to **Devin**, your personal chatbot for managing tasks efficiently. Devi
1717
1. Ensure you have **Java 17 or above** installed on your computer.
1818
**Mac users**: Ensure you have the precise JDK version prescribed [here](https://se-education.org/guides/tutorials/javaInstallationMac.html).
1919
3. Download the latest `.jar` file from [here](https://github.com/codebreaker64/devin/releases).
20-
4. Copy the file to the folder you want to use as the home folder for Devin.
20+
4. Move the downloaded `.jar` file to your preferred home folder for Devin.
21+
5. Run Devin using one of the following methods:
22+
23+
- **Double-click** the JAR file.
24+
25+
Or, use the terminal:
26+
27+
- Open the terminal/command prompt.
28+
- Navigate to the folder where the JAR file is stored:
29+
30+
```bash
31+
cd /path/to/folder
32+
```
33+
34+
- Run the following command:
35+
36+
```bash
37+
java -jar Devin.jar
38+
```
39+
40+
6. Once Devin starts, explore its features by entering commands. 🚀
2141

2242
## Features
2343
Devin supports a variety of commands to help you manage your schedule:
@@ -156,5 +176,5 @@ A: Yes, tasks are saved automatically and will be available the next time you st
156176
A: No, the `find` command only supports searching by a single keyword.
157177
158178
## Acknowledgements
159-
- Inspired by Duke chatbot from [NUS SE-EDU](https://se-education.org/)
179+
- Inspired by Duke chatbot from [NUS SE-EDU](https://github.com/nus-cs2103-AY2425S2/ip)
160180

0 commit comments

Comments
 (0)