We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e1fad commit b243500Copy full SHA for b243500
1 file changed
README.md
@@ -38,15 +38,27 @@ Edit `encoding-rs/Cargo.toml` and uncomment the line
38
(The line is commented out due to a
39
[rustfmt bug](https://github.com/rust-lang-nursery/rustfmt/issues/828).)
40
41
-###3. Clone recode-c
+###3. Clone GSL
42
43
```
44
-git clone https://github.com/hsivonen/recode-c.git
+git clone https://github.com/Microsoft/GSL.git
45
46
47
-###4. Build recode-c
+###4. Clone recode-cpp
48
49
50
-cd recode-c
+git clone https://github.com/hsivonen/recode-cpp.git
51
+```
52
+
53
+###5. Build recode-cpp
54
55
56
+cd recode-cpp
57
make
58
59
60
+###6. Run it
61
62
63
+./recode_cpp --help
64
0 commit comments