mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
README update
This commit is contained in:
10
README.md
10
README.md
@@ -62,9 +62,15 @@ Join the [Discord server](https://discord.gg/2TsNFKt).
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
* [Revive](https://github.com/mgechev/revive) - Configurable linter `go get github.com/mgechev/revive`
|
* [Revive](https://github.com/mgechev/revive) - Configurable linter
|
||||||
|
* Go Install: `go get github.com/mgechev/revive`
|
||||||
|
* [Packr2](https://github.com/gobuffalo/packr/tree/v2.0.2/v2) - Static asset bundler
|
||||||
|
* Go Install: `go get github.com/gobuffalo/packr/v2/packr2@v2.0.2`
|
||||||
|
* [Binary Download](https://github.com/gobuffalo/packr/releases)
|
||||||
* [Yarn](https://yarnpkg.com/en/docs/install) - Yarn package manager
|
* [Yarn](https://yarnpkg.com/en/docs/install) - Yarn package manager
|
||||||
|
|
||||||
|
NOTE: You may need to run the `go get` commands outside the project directory to avoid modifying the projects module file.
|
||||||
|
|
||||||
## Environment
|
## Environment
|
||||||
|
|
||||||
### macOS
|
### macOS
|
||||||
@@ -82,7 +88,7 @@ TODO
|
|||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
* `make build` - Builds the binary
|
* `make build` - Builds the binary (make sure to build the UI as well... see below)
|
||||||
* `make gqlgen` - Regenerate Go GraphQL files
|
* `make gqlgen` - Regenerate Go GraphQL files
|
||||||
* `make vet` - Run `go vet`
|
* `make vet` - Run `go vet`
|
||||||
* `make lint` - Run the linter
|
* `make lint` - Run the linter
|
||||||
|
|||||||
Reference in New Issue
Block a user