Skip to content

Commit

Permalink
temp changes
Browse files Browse the repository at this point in the history
  • Loading branch information
natesawant committed Jun 19, 2024
1 parent a26f787 commit 142fc62
Show file tree
Hide file tree
Showing 13 changed files with 181 additions and 10,334 deletions.
6 changes: 3 additions & 3 deletions cli/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# generate-routes-cli

To build the script, change directory to `routes/cli` run the following
To build the script, change directory to `./cli/` run the following

```bash
bun run build
Expand All @@ -10,6 +10,6 @@ bun link
To run the executable script anywhere else, run the following:

```bash
bun link generate-routes-cli
bunx generate-routes-cli # or npx instead
bun link generate-devdb
bunx generate-db # or npx instead
```
Loading

0 comments on commit 142fc62

Please sign in to comment.