You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-23Lines changed: 0 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -29,26 +29,3 @@ Resource Manager for localization resources.
29
29
### fluent-cli
30
30
31
31
Collection of command line tools for Fluent.
32
-
33
-
## Running the project
34
-
35
-
Each `fluent-*` directory works with the typical `cargo` commands. In addition there are some general `cargo-make` commands that can be run. First install `cargo-make` via `cargo install --force cargo-make`. The commands are documented in [Makefile.toml](Makefile.toml).
36
-
37
-
### Tests
38
-
39
-
To run all of the tests for the repo run:
40
-
41
-
```sh
42
-
cargo make test
43
-
```
44
-
45
-
For local code coverage reports run:
46
-
47
-
```sh
48
-
# Install the tools first if you haven't done so. The llvm tools must be available
0 commit comments