summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2019-05-26 15:34:09 -0700
committerManish Goregaokar <manishsmail@gmail.com>2019-05-26 15:34:09 -0700
commit03c14ba32145304ec70b78626820062d83165e5a (patch)
tree0aed8c24ee5f34c661b995b61900d986e51d754a /README.md
parent883aaae5752a91fca7503deed09e983e6b01e7e6 (diff)
Add readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 08dfd20..8123c80 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,15 @@ You can get a list of all the users with a permission:
$ cargo run dump-permission perf
```
+
+You can generate [www.rust-lang.org](https://github.com/rust-lang/www.rust-lang.org)'s locales/en-US/tools.ftl file by running
+
+```
+$ cargo run dump-website
+```
+
+The website will automatically load new teams added here, however they cannot be translated unless `tools.ftl` is also updated.
+
### Building the static API
You can build locally the content of `https://team-api.infra.rust-lang.org/v1/`