From 53776697f842765276075c39e2d6731a757568cf Mon Sep 17 00:00:00 2001 From: Rami Abdelrazzaq Date: Sat, 7 Mar 2026 11:05:19 -0600 Subject: [PATCH] fix: add ultra-quickstart guidance Fixes simonw/datasette#2625 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 393e8e5c..b199e62d 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,15 @@ Datasette is aimed at data journalists, museum curators, archivists, local gover Want to stay up-to-date with the project? Subscribe to the [Datasette newsletter](https://datasette.substack.com/) for tips, tricks and news on what's new in the Datasette ecosystem. +## Ultra-quickstart + +If you already have a SQLite database and want to run Datasette as quickly as possible: + + uv tool install datasette + datasette my_database.db + +Then visit http://localhost:8001/ + ## Installation If you are on a Mac, [Homebrew](https://brew.sh/) is the easiest way to install Datasette: