diff --git a/readme.md b/readme.md index ce5fa572..9ddca2ff 100644 --- a/readme.md +++ b/readme.md @@ -17,10 +17,18 @@ Getting started ``` And add the certificate to your keychain: - + + - MacOS ``` security import cert.pem; security add-trusted-cert cert.pem ``` + + - Linux (Ubuntu, Debian) + ``` + sudo cp cert.pem /usr/local/share/ca-certificates/ft-google-amp.crt + sudo update-ca-certificates + ``` + 4. Run the app (no build is required in development mode), `make run` 5. Open `https://local.ft.com:5050/content/`