add links to QUICKSTART

This commit is contained in:
Haneef Mubarak 2015-01-02 22:31:59 -08:00
parent 5798fa0e47
commit abac9fe90a

View File

@ -58,6 +58,8 @@ int main(void)
} }
``` ```
See [`QUICKSTART-C.md`](./QUICKSTART-C.md) for more details.
In C++: In C++:
```c++ ```c++
@ -100,6 +102,8 @@ int main(void)
} }
``` ```
See [`QUICKSTART-CPP.md`](./QUICKSTART-CPP.md) for more details.
Usage Usage
----- -----
@ -210,4 +214,4 @@ License
------- -------
`msgpack-c` is licensed under the Apache License Version 2.0. See `msgpack-c` is licensed under the Apache License Version 2.0. See
the [LICENSE](./LICENSE) file for details. the [`LICENSE`](./LICENSE) file for details.