Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
etylermoss authored Mar 21, 2020
1 parent d080a81 commit 061a3a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ There are three main scripts you may want to run, `build`, `build:front`, and `b

`[ dev (default), prod, release ]`

The `MODE` option is used to enable/disable optimizations and change the resulting build directory structure. The `dev` and `prod` modes are the same, except `prod` enables Webpack optimization. Application runtime data will be stored in the *./build/runtime/* directory.
The `MODE` option is used to enable/disable optimizations and change the application directory structure & paths. The `dev` and `prod` modes are the same, except `prod` enables Webpack optimization. Application runtime data will be stored in the *./build/runtime/* directory.

If `release` is used, application runtime data will be stored in XDG User Directories, such as *~/.config/go-music/* and *~/.local/share/go-music/*.
If `release` is used, application runtime data will be stored in XDG user directories, such as *~/.config/go-music/* and *~/.local/share/go-music/*.

0 comments on commit 061a3a1

Please sign in to comment.