You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,11 @@
2
2
3
3
More documentation coming soon! Things are changing too quickly right now.
4
4
5
-
For development, run `go run cmd/server/main.go` to start the server, which by default listens on `127.0.0.1:5080`. Check out the [example configuration file](https://github.com/readium/go-toolkit/blob/master/cmd/server/configs/config.local.toml.example) for configuration options.
5
+
For development, run `go run cmd/server/main.go` to start the server, which by default listens on `127.0.0.1:5080`. Check out the [example configuration file](https://github.com/readium/go-toolkit/blob/master/cmd/server/configs/config.local.toml.example) for configuration options.
6
+
7
+
## Command line utility
8
+
9
+
The `rwp` command provides utilities to parse and generate Web Publications.
10
+
11
+
To install `rwp` in `~/go/bin`, run `make install`. Use `make build` to build the binary in the current directory.
0 commit comments