Skip to content

Commit

Permalink
added warning for public release
Browse files Browse the repository at this point in the history
  • Loading branch information
imagineeeinc authored Nov 2, 2024
1 parent 8fc6ecf commit 220c957
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

A self hosted minimalist note taking service.

> [!WARNING]
> As of right now is heavily experimental and isn't recomended for personal use.
### Features
- Markdown Notes & preview
- Minimal Notes Grid for least friction
Expand Down Expand Up @@ -52,4 +55,4 @@ Make sure to have docker cli installed.
```bash
docker run -p 3000:3000 -e WEB_PASS=Password -d bento
```
Access the web app at `localhost:3000`.
Access the web app at `localhost:3000`.

0 comments on commit 220c957

Please sign in to comment.