Skip to content

Commit

Permalink
Update DEV_SETUP.MD to clarify compile and run instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmvergara committed Dec 20, 2024
1 parent e746217 commit 2deccdf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cli/DEV_SETUP.MD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ dart pub get
### Compile and Run

```bash
dart compile exe bin/supadart.dart ; ./bin/supadart.exe
# Compile and run > Initialize config file supadart.yaml
dart compile exe bin/supadart.dart ; ./bin/supadart.exe --init

# Compile and run > Generate dart classes
dart compile exe bin/supadart.dart ; ./bin/supadart.exe --url <supabase_url> --key <supabase_anon_key>
```

### Testing
Expand Down

0 comments on commit 2deccdf

Please sign in to comment.