Revision e0ece6bf README.md

View differences:

README.md
2 2

  
3 3
A simple and secure note taking app previously known as notepadbot.
4 4

  
5
Showcase app for [SQLCipher](http://sqlcipher.net/sqlcipher-for-android) for
6
Android and [CacheWord](https://github.com/guardianproject/cacheword).
5
Showcase app for [SQLCipher for Android](http://sqlcipher.net/sqlcipher-for-android) and [CacheWord](https://github.com/guardianproject/cacheword).
7 6

  
8
## Development Setup
9

  
10
Follow these steps to setup your dev environment:
11

  
12
1. Checkout the NoteCipher git repo
13
2. Init and update git submodules
14

  
15
    cd notepadbot
16
    git submodule update --init --recursive
17
    ./setup-ant.sh
7
```
8
 git clone https://github.com/guardianproject/notepadbot.git
9
 cd notepadbot
10
 git submodule update --init --recursive
11
 ./setup-ant.sh
12
 ant -buildfile app/build.xml clean debug
13
 ls -l app/bin/NoteCipher*.apk
14
```
18 15

  
19
3. Import Project
20

  
21
   **Using Eclipse**
22

  
23
    Create a new Eclipse *workspace* in the root director of the repo.
24

  
25
    For each of the following directories, "Import -> Android -> Existing Android Code Into Workspace":
16
## Development Setup
26 17

  
27
        external/cacheword/cachewordlib/
18
Follow these steps to setup your dev environment using Eclipse:
28 19

  
29
    Then, "Import -> General -> Existing Projects Into Workspace" for the `app/` directory.
20
1. create a new Eclipse *workspace* in the root director of the repo.
21
2. For Cacheword, import this directory `external/cacheword/cachewordlib/`, using "Import -> Android -> Existing Android Code Into Workspace":
22
3. Then, "Import -> General -> Existing Projects Into Workspace" for the `app/` directory.
30 23

  
31 24
## License and Credits 
32 25

  

Also available in: Unified diff