File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,9 @@ The encryption follows the [RSA algorithm](https://en.wikipedia.org/wiki/RSA_(cr
12
12
* [ Week 5] ( https://github.com/SiniCode/keysmith/blob/main/documentation/weekly_report_5.md )
13
13
* [ Week 6] ( https://github.com/SiniCode/keysmith/blob/main/documentation/weekly_report_6.md )
14
14
15
- ## Instructions for Use
15
+ ## Documentation
16
16
17
- Before running the app for the first time, install the necessary dependencies with this command:
18
-
19
- ``` bash
20
- poetry install
21
- ```
22
-
23
- Launch the app with this command:
24
-
25
- ``` bash
26
- poetry run invoke start
27
- ```
17
+ * [ Instructions for Use] ( https://github.com/SiniCode/keysmith/blob/main/documentation/instructions.md )
18
+ * [ Project Specification] ( https://github.com/SiniCode/keysmith/blob/main/documentation/project_specification.md )
19
+ * [ Implementation] ( https://github.com/SiniCode/keysmith/blob/main/documentation/implementation.md )
20
+ * [ Testing Document] ( https://github.com/SiniCode/keysmith/blob/main/documentation/testing.md )
You can’t perform that action at this time.
0 commit comments