Skip to content

Commit a74237d

Browse files
Thomas HINGANTThomah
authored andcommitted
doc: update readme about running locally with https
1 parent b02e584 commit a74237d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ Update the file `src/assets/config.json` with an HTTP URL :
6262
Then run the following commands :
6363

6464
```cmd
65-
npm i -g mkcert
66-
mkcert -install
67-
mkcert localhost
68-
angular-http-server --path dist\fr --https --cert cert.crt --key cert.key -p 4200
65+
npm i -g mkcert angular-http-server
66+
mkcert create-ca
67+
mkcert create-cert
68+
angular-http-server --path dist/fr --https --cert cert.crt --key cert.key -p 4200
6969
```
7070

7171
### Run with Docker

0 commit comments

Comments
 (0)