From 9fa1f78bbb5e068d3f5c16517b19a655618e82b1 Mon Sep 17 00:00:00 2001 From: Wilbur Ince Date: Wed, 28 Aug 2024 23:00:24 -0500 Subject: [PATCH] Update README.md (#54) Updating the README.md to reflect changes in the defautl URL for Docksal installations. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f782b8d3..d437a9a3 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,12 @@ Follow [Docksal environment setup instructions](https://docs.docksal.io/getting- fin init ``` -3. **On Windows** add `192.168.64.100 backdrop.docksal` to your hosts file +3. **On Windows** add `192.168.64.100 backdrop.docksal.site` to your hosts file 4. Point your browser to ``` - http://backdrop.docksal + http://backdrop.docksal.site ``` @@ -58,4 +58,4 @@ Some common tasks that can be handled in the init script: ## Bee command included Backdrop has a command line utility called [Bee](https://github.com/backdrop-contrib/bee). -Bee commands can be run by calling `fin bee [command]`. \ No newline at end of file +Bee commands can be run by calling `fin bee [command]`.