Skip to content

Commit a74237d

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
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)