diff --git a/README.md b/README.md index 34b6412..158c1c9 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,7 @@ git clone cd certman ``` -2. Make the script executable: -```bash -chmod +x certman.sh -``` - -3. Create a `.env` file with your configuration: +2. Create a `.env` file with your configuration: ```bash # Server Configuration CERTWARDEN_SERVER="certwarden.dmz.skyfritt.net:443" diff --git a/certman.sh b/certman.sh old mode 100644 new mode 100755