File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed
Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,27 @@ Welcome to **Devin**, your personal chatbot for managing tasks efficiently. Devi
17171 . 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 ) .
19193 . 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
2343Devin 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
156176A: 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
You can’t perform that action at this time.
0 commit comments