Documentation for --install option, refs #223

This commit is contained in:
Simon Willison 2018-04-18 08:05:06 -07:00
commit 7581320823
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52
2 changed files with 12 additions and 0 deletions

View file

@ -173,6 +173,7 @@ This will create a docker image containing both the datasette application and th
--plugins-dir DIRECTORY Path to directory containing custom plugins
--static STATIC MOUNT mountpoint:path-to-directory for serving static
files
--install TEXT Additional packages (e.g. plugins) to install
--title TEXT Title for metadata
--license TEXT License label for metadata
--license_url TEXT License URL for metadata
@ -199,6 +200,7 @@ If you have docker installed you can use `datasette package` to create a new Doc
--plugins-dir DIRECTORY Path to directory containing custom plugins
--static STATIC MOUNT mountpoint:path-to-directory for serving static
files
--install TEXT Additional packages (e.g. plugins) to install
--title TEXT Title for metadata
--license TEXT License label for metadata
--license_url TEXT License URL for metadata