Skip to content

Commit

Permalink
Fix init overview
Browse files Browse the repository at this point in the history
Fix init overview
  • Loading branch information
ta-Hirose committed Sep 27, 2022
1 parent bdbe2b8 commit 7cd4cc9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/en/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

## Overview

Initialize the contents of `dim.json` and `dim-lock.json`.\
The `data_files` directory is not initialized.
Execute to start a new project.\
When executed, `dim.json`, `dim-lock.json` and `data_files` are generated.

If `dim.json` and `dim-lock.json` exist, discard changes and initialize the contents of these files without affecting
the downloaded contents under `data_files` directory.

```bash
dim init
Expand Down

0 comments on commit 7cd4cc9

Please sign in to comment.