File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments