Skip to content

Commit b55a03e

Browse files
Merge pull request angular-schule#4 from wingsuitist/patch-1
note about base-href and prod for usage
2 parents dd83a8f + dd773df commit b55a03e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ __Note: you have to create the `dist` folder in before (e.g. `ng build --prod`)
4646
Usage:
4747

4848
```sh
49-
ng build
49+
ng build --prod --base-href "https://USERNAME.github.io/REPOSITORY/"
5050
angular-cli-ghpages [OPTIONS]
5151
```
5252

5353
there is also a shorter `ngh` command available
5454

5555
```sh
56-
ng build
56+
ng build --prod --base-href "https://USERNAME.github.io/REPOSITORY/"
5757
ngh [OPTIONS]
5858
```
5959

0 commit comments

Comments
 (0)