1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Fix description by renaming '.next' to 'out' (#2938)

This commit is contained in:
Brice BERNARD 2017-09-12 20:54:32 +02:00 committed by Tim Neutkens
parent 87d7ad2fc0
commit 5a305265d9

View file

@ -29,8 +29,7 @@ if (argv.help) {
$ next export [options] <dir> $ next export [options] <dir>
<dir> represents where the compiled dist folder should go. <dir> represents where the compiled dist folder should go.
If no directory is provided, the dist folder will be created in the current directory. If no directory is provided, the 'out' folder will be created in the current directory.
You can set a custom folder in config https://github.com/zeit/next.js#custom-configuration, otherwise it will be created inside '.next'
Options Options
-h - list this help -h - list this help