Skip to content

Commit 797c8ad

Browse files
committed
update readme.md
1 parent ba8d2dc commit 797c8ad

1 file changed

Lines changed: 21 additions & 4 deletions

File tree

readme.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,29 @@ This is a public Kanban board. Also everyone can comment here.
1010

1111
If you want to join us, ask me to add you.
1212

13-
## Live coding
13+
## System requirement
1414

15-
I've been broadcasting my work. You can check it from the below links. :smile:
15+
This app is built on Electron.
1616

17-
- [Live Stream](https://www.livecoding.tv/rokt33r/videos/)
18-
- [Recorded Videos](https://www.livecoding.tv/rokt33r/videos/)
17+
You can check it from [here](https://github.com/electron/electron/blob/master/docs/tutorial/supported-platforms.md).
18+
19+
## About note storage
20+
21+
Currently, Boostnote stores data to a single json file.
22+
23+
You can find it from the path below.
24+
25+
OS X
26+
```
27+
/Users/$USER_NAME$/Library/Application Support/boost/local.json
28+
```
29+
30+
Windows
31+
```
32+
C:\Users\$USER_NAME$\AppData\Roaming\boost\local.json
33+
```
34+
35+
On v0.6.0, You will be able to select any folder in your file system.
1936

2037
## Develop
2138

0 commit comments

Comments
 (0)