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
+12-8
Original file line number
Diff line number
Diff line change
@@ -38,12 +38,6 @@ Use `--raw` or `-r` to disable this functionality.
38
38
Use `--case` or `-c` to specify the case of the words. Supported values are `caps` for Capitalized words, `title` for Title case words and `lower` for lower case letters which is a default.
39
39
40
40
41
-
## How do I install this?
42
-
43
-
```
44
-
cargo install uclanr
45
-
```
46
-
47
41
## Usage
48
42
49
43
```
@@ -67,6 +61,16 @@ Options:
67
61
Print help
68
62
```
69
63
70
-
## Contribution
64
+
#Install
71
65
72
-
`git pull` the dev branch before any changes, please
66
+
```
67
+
cargo install uclanr
68
+
```
69
+
70
+
`cargo-binstall` and `cargo-quickinstall` are also supported
0 commit comments