README: update

This commit is contained in:
0x1eef 2023-12-22 18:55:12 -03:00
parent 0a8732a62c
commit 34b296694b

View file

@ -7,7 +7,7 @@ Twenty helps you manage your hobby projects.
* Provides a web application that manages hobby projects.
* Provides a command-line utility to start / stop a web server, connect / disconnect a project.
* Works online, or offline. Binds to `http//:localhost:7778` by default.
* Lightweight: Ruby, and SQLite3 are the primary dependencies.
* Lightweight: Ruby, and SQLite3 are the primary runtime dependencies.
* Database: `~/.local/share/twenty/twenty.sqlite`.
* Easy to install: `gem install twenty`.
* Easy to use: `$ twenty up`.