mirror of
https://github.com/kopia/kopia.git
synced 2025-12-23 22:57:50 -05:00
fix: Update instructions to start server in BUILD.md (#3037)
server -> server start
This commit is contained in:
committed by
GitHub
parent
b6e1634e45
commit
46c35e078f
4
BUILD.md
4
BUILD.md
@@ -44,7 +44,7 @@ When developing the UI, the most convenient way is to use two terminals. The fir
|
||||
In the first terminal do:
|
||||
|
||||
```shell
|
||||
$ go run . server --insecure --without-password --disable-csrf-token-checks
|
||||
$ go run . server start --insecure --without-password --disable-csrf-token-checks
|
||||
```
|
||||
|
||||
In the second terminal, in the `htmlui` repository run:
|
||||
@@ -72,7 +72,7 @@ $ npm run build
|
||||
2. In the `kopia` repository run:
|
||||
|
||||
```shell
|
||||
go run . server --insecure --without-password --html=../htmlui/build
|
||||
go run . server start --insecure --without-password --html=../htmlui/build
|
||||
```
|
||||
|
||||
## KopiaUI App
|
||||
|
||||
Reference in New Issue
Block a user