build.rs/README.md

16 lines
304 B
Markdown
Raw Normal View History

2020-07-01 16:14:16 +00:00
# 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)