Skip to content

Commit b243500

Browse files
committed
Update README.
1 parent 93e1fad commit b243500

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,27 @@ Edit `encoding-rs/Cargo.toml` and uncomment the line
3838
(The line is commented out due to a
3939
[rustfmt bug](https://github.com/rust-lang-nursery/rustfmt/issues/828).)
4040

41-
###3. Clone recode-c
41+
###3. Clone GSL
4242

4343
```
44-
git clone https://github.com/hsivonen/recode-c.git
44+
git clone https://github.com/Microsoft/GSL.git
4545
```
4646

47-
###4. Build recode-c
47+
###4. Clone recode-cpp
4848

4949
```
50-
cd recode-c
50+
git clone https://github.com/hsivonen/recode-cpp.git
51+
```
52+
53+
###5. Build recode-cpp
54+
55+
```
56+
cd recode-cpp
5157
make
5258
```
59+
60+
###6. Run it
61+
62+
```
63+
./recode_cpp --help
64+
```

0 commit comments

Comments
 (0)