Skip to content

Commit 785269a

Browse files
authored
Update README.md
1 parent cdae664 commit 785269a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A Python password manager with a Tkinter GUI and encryption with SQLCipher.
1111
## Installation
1212
### Binaries
1313

14-
Windows and Linux binaries are provided and is the recommended way to try out the application. Please place in a directory where you have write permissions, the program will create a `data` directory to store each created `*.db` file.
14+
Windows and Linux binaries are provided and are the recommended way to try out the application. Please place in a directory where you have write permissions, the program will create a `data` directory to store each created `*.db` file.
1515

1616
### Source
1717

@@ -30,3 +30,4 @@ Windows and Linux binaries are provided and is the recommended way to try out th
3030
##### Windows
3131

3232
Compiling SQLCipher on Windows is trickier and not recommended. However, if you must, I recommend the excellent guide by [Dylan L Jones](https://github.com/dylanljones) included in his Pyrekordbox project: [SQLCipher Windows Instructions](https://github.com/dylanljones/pyrekordbox/blob/master/INSTALLATION.md#windows)
33+

0 commit comments

Comments
 (0)