Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Readme to clarify installation procedure #115

Merged
merged 2 commits into from
Mar 27, 2023

Commits on Mar 27, 2023

  1. Update Readme to show usage more clearly

    I ran into two issues when getting setup:
    
    ```
    $ prisma db push
    …
    Running generate... (Use --skip-generate to skip the generators)
    Error: Generator at zod-prisma-types could not start:
    
    /bin/sh: zod-prisma-types: command not found
    ```
    which is fixed by the npx command, clearly this isn't the universal way to do this, but i thought this PR would get it started
    
    and it took me a few min to figure out how to import the schema...
    fotoflo committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    d5aa220 View commit details
    Browse the repository at this point in the history
  2. Update Readme

    fix typos and make cleaner
    fotoflo committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    fc3bc02 View commit details
    Browse the repository at this point in the history