go-shiori / shiori

Simple bookmark manager built with Go
MIT License
9.28k stars 551 forks source link

Update the usage docs #937

Open JER-ry opened 3 months ago

JER-ry commented 3 months ago

https://github.com/go-shiori/shiori/blob/9aa8332c3c464276fbc37e46f02d1e72614be774/docs/Usage.md?plain=1#L38

There's no sh in the image currently, so this command gives an error. Maybe change it to

docker exec -it shiori [command], where [command] is something like shiori pocket 1.html.

stale[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had any activity for quite some time. It will be closed if no further activity occurs. Thank you for your contributions.

fmartingr commented 1 month ago

Relates to #964

essys commented 4 weeks ago

How can the export or import function be used, as we are currently unable to exec into the container? I remember in past versions it was possible to docker exec -it shiori /bin/ash into the container as it was alpine based. Is there a possibility that we can currently use the export function?