Skip to content

Commit

Permalink
Merge pull request #197 from ThomasTopuz/ImproveReadmeNpmInstall
Browse files Browse the repository at this point in the history
Add npm install instructions to readme
  • Loading branch information
lbovet authored Jul 29, 2022
2 parents dbd9f9d + 4dde968 commit 2e7a634
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Run `apikana init`.

This starts an interactive wizard that lets you define the main aspects of the API project.

Then enter the project directory and run `npm install` to install all the required dependencies.

### Use as a global tool

When `apikana start` is executed, it looks in `src/openapi` for a file named `api.yaml`.
Expand Down

0 comments on commit 2e7a634

Please sign in to comment.