Update README.md (#250)

git and find parameters changed

Signed-off-by: Mr. T. <28456716+DXorSX@users.noreply.github.com>
This commit is contained in:
Mr. T.
2025-04-26 15:05:25 +02:00
committed by GitHub
parent c551d1635a
commit 2270943066

View File

@@ -11,14 +11,14 @@ be found in the FeedDeck contributing guide and the Supabase documentation.
directory:
```sh
git clone git@github.com:feeddeck/feeddeck.git
git clone https://github.com/feeddeck/feeddeck.git
cd feeddeck/supabase/hosting
```
2. Copy all edge functions into the correct directory:
```sh
find ./volumes/functions -depth 1 ! -name main -exec rm -rf {} +
find ./volumes/functions -maxdepth 1 ! -name main -exec rm -rf {} +
cp -a ../functions/. volumes/functions/
```