Skip to content

Commit 7b17b33

Browse files
authored
Update README.md
1 parent 62291f8 commit 7b17b33

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@
44

55
# Quick Start
66

7-
*Bootstrapper coming soon...*
8-
9-
1. clone the project
10-
1. create a 'pages' folder next to `core.sh`
11-
1. run `start.sh` to run the server
12-
1. read the [htmx docs](https://htmx.org/)
13-
1. check out the 'examples' folder
7+
Create a new bash stack app:
8+
```
9+
curl -SsL create.bashsta.cc | bash
10+
```
1411

1512
# ...Why?
1613

@@ -24,11 +21,11 @@ not sure
2421
- [x] cookie parsing
2522
- [x] url search param parsing
2623
- [x] multipart file uploads
27-
- [ ] better example apps
24+
- [x] better example apps
2825
- [ ] docs?
2926
- [ ] database abstraction
3027
- [ ] higher level SSE abstraction
31-
- [ ] bootstrap tool (`create-bs-app`)
28+
- [x] bootstrap tool (`create-bs-app`)
3229

3330
## Disclaimer
3431

0 commit comments

Comments
 (0)