From e70ca433252ccf1e62b71e53e1f0f56d57470b96 Mon Sep 17 00:00:00 2001 From: Blake Severson Date: Fri, 22 Mar 2024 15:44:11 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 5c52485..6719099 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,6 @@ Recipebox is a [Laravel Jetstream](https://jetstream.laravel.com)-based site usi - You will need to set up [WSL2](https://docs.microsoft.com/en-us/windows/wsl/install) (Ubuntu is known to work) and configure Docker Desktop to use it as a [backend](https://docs.docker.com/desktop/windows/wsl/). - All of the following command line commands should be run inside your WSL2 / shell. -## Get the Code and Configure Git -Get the code. -`git clone git@github.com:IronSinew/recipebox.git` -`cd recipebox` - -Configure Git options for the local repo. -`git config core.fileMode false` -`git config core.autocrlf input` -`git config core.eol lf` - ## Installation `cp provision/caddy/Caddyfile.example provision/caddy/Caddyfile` From fb45dbd53884470af794daf0cdaec653b9a3bd10 Mon Sep 17 00:00:00 2001 From: Blake Severson Date: Fri, 22 Mar 2024 15:52:38 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6719099..08e3ff4 100644 --- a/README.md +++ b/README.md @@ -93,3 +93,4 @@ docker-compose up -d php - [ ] Reviews/ratings - [x] Roles for access to the recipe manager as a contributor - [ ] Associate images to labels/categories (?) +- [ ] [Recipe schema markup](https://developers.google.com/search/docs/appearance/structured-data/recipe)