diff --git a/README.md b/README.md index b5bd03a..338a595 100644 --- a/README.md +++ b/README.md @@ -61,15 +61,6 @@ This project was created completely by the [Cursor AI Code Editor](https://www.c ### Installation -#### Branch Selection - -There are 2 branches, latest & dev. - -| Branch | Description | -| ------------- | ------------- | -| Latest | The most recent stable build. Use this if you don't like to get changes early. | -| Dev | Use this if you want to be on the cutting edge. This can be unstable or even broken. | - #### Environment Variables These variables below are all for the email notifications. If you want to be able to send email notifications correctly, each of these needs to be provided and filled out. @@ -113,7 +104,7 @@ docker run -d --name rsvp-manager \ -e FRONTEND_BASE_URL=https://rsvp.example.com \ -e TZ= --restart unless-stopped \ - ryderjj89/rsvp-manager: + git.rydertech.us/ryder/rsvp-manager:latest ``` 2. Access the application at `http://localhost:3000`