Add README

This commit is contained in:
southerntofu 2020-07-01 18:14:16 +02:00
parent 896a3e6f5c
commit fb90de6aad
1 changed files with 15 additions and 0 deletions

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# git-build.rs
Rust reimplementation of git-build.sh
# Running
Requires the translation files from git-build.sh. TODO: Use a dedicated repository for translations, with a git submodule
```
LANG=fr LOG=debug I18N=~/git-build.sh/i18n/ cargo run --release
```
# Status
Experimental, not working (yet)