Update README.md

This commit is contained in:
2023-03-27 22:38:40 +03:00
parent 369dbe037f
commit 1cbc6483fd

View File

@@ -40,7 +40,7 @@ will contain all processed formats with ids of the stored files.
#### 4. Open file in browser #### 4. Open file in browser
```shell ```shell
xdg-open http://localhost:5001/pages/$page_id/file/$file_id xdg-open "http://localhost:5001/pages/$page_id/file/$file_id"
``` ```
Where `$page_id` — value of the `id` field from previous command response, and Where `$page_id` — value of the `id` field from previous command response, and
`$file_id` — the id of interesting file. `$file_id` — the id of interesting file.