docs: fix Quick Start clone/cd path typo; sharpen planned web app
The Quick Start cd'd into 'flock-public-records-tools' after cloning 'flock-public-records-toolkit' — copy-pasting it errored on the first step. Also clarified the roadmap web app (browser-only, autofills a request by city/state). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
56c27fb8a1
commit
54be59e5ce
1 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ Government surveillance systems should be transparent and accountable to the com
|
|||
```bash
|
||||
# Clone the repository
|
||||
git clone https://github.com/rpriven/flock-public-records-toolkit
|
||||
cd flock-public-records-tools
|
||||
cd flock-public-records-toolkit
|
||||
|
||||
# Quick lookup: What's my state's law?
|
||||
bun lookup-state-law.ts CO
|
||||
|
|
@ -33,9 +33,9 @@ If you're not comfortable with command-line tools:
|
|||
3. Copy the template and fill in your information
|
||||
4. Send to your local agency
|
||||
|
||||
### Coming Soon: Web Form
|
||||
### Coming Soon: Web App
|
||||
|
||||
We're building a simple web-based version that works in any browser - no installation needed!
|
||||
A standalone, browser-based version — **no download, no install**. Enter your city and state and it auto-fills a legally accurate Flock records request for you. (In progress.)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue