Skip to content

Commit e8742d9

Browse files
committed
Added CLI documentation to README
1 parent b0b650d commit e8742d9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ First fork the [DjangoGirls/tutorial](https://github.com/DjangoGirls/tutorial) r
3232

3333
![Fork button](contributing/images/fork.png)
3434

35+
## CLI for Development
36+
37+
This command line tool use `make` to create development environment. It is optional to use this tool. While building the document, it builds the document for every language. The build process can be limited to any one language using this tool and reduce build time considerbly. Afterwards, the translation to other languages are done from crowdin localization process.
38+
39+
Usage instructions are available though `make help` command.
40+
41+
Try the command `make dev` to start development process.
42+
3543
# Editing chapter content
3644

3745
## Simple changes

0 commit comments

Comments
 (0)