mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-04-29 11:00:45 -05:00
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:
@@ -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/
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user