Skip to content

Commit 18ad779

Browse files
authored
Update README.md
1 parent 5135b95 commit 18ad779

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

README.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,7 @@
33
It is an application that help users hides files on android devices.
44

55

6-
7-
# How to use it?
8-
1. On your computer, choose a directory to host the project
9-
1. Open the terminal and go to that location
10-
1. Run this code to clone the project to your local machine.
11-
```shell
12-
git clone https://github.com/katcom/Android-File-Vault.git
13-
```
14-
15-
Finally, open the Android Studio, click *Open an exisiting Android Studio Project* and choose the project folder.
16-
17-
### When you are done
18-
1. Open terminal and go to the project's directory,
19-
1. Add changed files to cache area `git add . `
20-
1. Commit your changes `git commit -m "add some comment here"`
21-
1. Push your code to the **dev** branch of the repository on Github `git push origin dev`
22-
1. Done and enjoy
23-
24-
Noted in this stage of development, please only commit your code to the **dev** branch.
25-
26-
## Things to do
6+
## TODO List
277
These are tasks we aim to complete in this course.
288
- [X] Understand the code written by Ludwig
299
- [X] Display Files with content

0 commit comments

Comments
 (0)