Skip to content

Commit

Permalink
npm 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbilopav committed Apr 21, 2024
1 parent 5693426 commit f702109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"bugs": {
"url": "https://github.com/vb-consulting/NpgsqlRest/issues"
},
"homepage": "https://github.com/vb-consulting/NpgsqlRest#readme"
"homepage": "https://github.com/vb-consulting/NpgsqlRest/blob/master/npm/readme.md"
}
2 changes: 1 addition & 1 deletion npm/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The `npgsqlrest` is an NPM distribution of AOT (ahead-of-time) native client bui
- The source code for this build can be found on this location: [NpgsqlRestTestWebApi](https://github.com/vb-consulting/NpgsqlRest/tree/master/NpgsqlRestTestWebApi).
- Executable files are distributed from the [release download page for the latest version](https://github.com/vb-consulting/NpgsqlRest/releases).
- NPM post-install script will download the appropriate build for the target OS (Windows-64v or Linux-64, sorry Mac bros) and the [default configuration file](https://github.com/vb-consulting/NpgsqlRest/blob/master/NpgsqlRestTestWebApi/appsettings.json).
- Executable will be available through NPX interface after install:
- Executable will be available through the NPX interface after installation:

```console
vbilopav@DESKTOP-O3A6QK2:~/npgsqlrest-npm-test$ npx npgsqlrest --help
Expand Down

0 comments on commit f702109

Please sign in to comment.