mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-11 18:02:14 +01:00
working on README
This commit is contained in:
@@ -22,3 +22,28 @@
|
||||
</p>
|
||||
|
||||
---
|
||||
|
||||
# Menu
|
||||
|
||||
* [Quick start](#quick-start)
|
||||
* [API](#api)
|
||||
* [Custom implementation](#custom-implementation)
|
||||
* [Scalability](#scalability)
|
||||
|
||||
## Quick start
|
||||
|
||||
```sh
|
||||
$ docker run --rm -p 3000:3000 thecodingmachine/gotenberg:{{ .Orbit.Branch }}
|
||||
```
|
||||
|
||||
The API is now available through `http://127.0.0.1:3000`.
|
||||
|
||||
## API
|
||||
|
||||
## Custom implementation
|
||||
|
||||
## Scalability
|
||||
|
||||
---
|
||||
|
||||
Would you like to update this documentation ? Feel free to open an [issue](../../issues).
|
||||
25
README.md
25
README.md
@@ -22,3 +22,28 @@
|
||||
</p>
|
||||
|
||||
---
|
||||
|
||||
# Menu
|
||||
|
||||
* [Quick start](#quick-start)
|
||||
* [API](#api)
|
||||
* [Custom implementation](#custom-implementation)
|
||||
* [Scalability](#scalability)
|
||||
|
||||
## Quick start
|
||||
|
||||
```sh
|
||||
$ docker run --rm -p 3000:3000 thecodingmachine/gotenberg:1.0.0
|
||||
```
|
||||
|
||||
The API is now available through `http://127.0.0.1:3000`.
|
||||
|
||||
## API
|
||||
|
||||
## Custom implementation
|
||||
|
||||
## Scalability
|
||||
|
||||
---
|
||||
|
||||
Would you like to update this documentation ? Feel free to open an [issue](../../issues).
|
||||
Reference in New Issue
Block a user