mirror of
https://github.com/derfenix/webarchive.git
synced 2026-03-11 12:41:54 +03:00
Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -41,10 +41,22 @@ in case of any conflicts.
|
||||
|
||||
#### 1. Start the server
|
||||
|
||||
##### Start without docker
|
||||
```shell
|
||||
go run ./cmd/server/main.go
|
||||
```
|
||||
|
||||
##### Change API address
|
||||
```shell
|
||||
API_ADDRESS=127.0.0.1:3001 go run ./cmd/server/main.go
|
||||
```
|
||||
|
||||
#### Start in docker
|
||||
|
||||
```shell
|
||||
docker compose up -d webarchive
|
||||
```
|
||||
|
||||
#### 2. Add a page
|
||||
|
||||
```shell
|
||||
|
||||
Reference in New Issue
Block a user