Skip to content

Commit 49ad60b

Browse files
authored
Update README.md
1 parent 39fd66b commit 49ad60b

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,30 +26,28 @@ Inspired by [FromScratch](https://github.com/Kilian/fromscratch) and named after
2626

2727
### Content Storage
2828

29-
Both preferences/last window settings _and_ actual tabs/content are saved in a single json file, `data.json`:
29+
Both window preferences and tabs/content are saved in a single json file, `data.json`:
3030

3131
* On Windows: `%APPDATA%/Moonpad/data.json`
3232
* On MacOS: `~/Library/Application Support/Moonpad/data.json`
3333
* On Linux: `~/.config/Moonpad/data.json`
3434

35-
For the time being, this location is _not_ configurable.
35+
For the time being, this location is not configurable.
3636

3737
### Development & Building
3838

39-
To clone and run this repository you'll need Git and Yarn. From your command line:
39+
To clone and run this repository you'll need Git and Yarn. From the command line:
4040

4141
```bash
42-
$ git clone https://github.com/ImXico/MoonPad
43-
$ cd Moonpad
42+
$ git clone https://github.com/ImXico/Moonpad && cd Moonpad
4443
$ yarn install
45-
$ yarn run electron-dev
44+
$ yarn run electron:dev
4645
```
4746

48-
To make a release-ready build:
47+
To make a release-ready build (will go to `/dist`):
4948

5049
```bash
51-
# $targetPlatform is either osx, win or lin
52-
$ yarn run pack-$targetPlatform
50+
$ yarn run electron:build
5351
```
5452

5553
### License

0 commit comments

Comments
 (0)