Update README, CHANGELOG

This commit is contained in:
Juno Takano 2024-07-07 21:13:05 -03:00
parent fc4e45ec37
commit e81630490c
3 changed files with 8 additions and 3 deletions

1
CHANGELOG Normal file
View file

@ -0,0 +1 @@
0.1.0 2024-07-07: Added configuration parsing

View file

@ -1,5 +1,9 @@
# tori
tori is a configuration management and system replication tool designed with portability in mind.
tori is a tool to track your personal systems' configurations and replicate them.
You can find documentation in the [docs](docs) directory.
If you'd like a more detailed description of what it is, its purpose, origins and goals, see the [announcement blog post](https://blog.jutty.dev/posts/introducing-tori.html).
You can find documentation in the [docs](docs) directory:
- [Usage documentation](docs/usage)
- [Development documentation](docs/development)

View file

@ -2,7 +2,7 @@
main() {
# paths
VERSION="0.0.4 2024-06-30"
VERSION="0.1.0 2024-07-07"
TORI_ROOT="$HOME/.local/share/tori"
CONFIG_ROOT="$HOME/.config/tori"
TMP_DIR="/tmp/tori"