Skip to content

Commit 2d86770

Browse files
committed
Update readme
1 parent 7e8aac6 commit 2d86770

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

README.md

+26-3
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,39 @@ Make stack traces simple for once.
1313

1414
Support for cygwin/mingw will be added soon.
1515

16-
*Some day C++23's `<stacktrace>` will be ubiquitous, and maybe one day the msvc implementation will be acceptable*
16+
Some day C++23's `<stacktrace>` will be ubiquitous. And maybe one day the msvc implementation will be acceptable.
1717

1818
## Table of contents
1919

20-
- [cpptrace](#cpptrace)
20+
- [Cpptrace](#cpptrace)
2121
- [Table of contents](#table-of-contents)
22+
- [How to use](#how-to-use)
23+
- [CMake FetchContent](#cmake-fetchcontent)
24+
- [System-wide installation](#system-wide-installation)
25+
- [Conan](#conan)
26+
- [Vcpkg](#vcpkg)
2227
- [Docs](#docs)
23-
- [Backends](#backends)
28+
- [Back-ends](#back-ends)
2429
- [License](#license)
2530

31+
## How to use
32+
33+
### CMake FetchContent
34+
35+
TODO
36+
37+
### System-wide installation
38+
39+
TODO
40+
41+
### Conan
42+
43+
TODO
44+
45+
### Vcpkg
46+
47+
TODO
48+
2649
## Docs
2750

2851
`cpptrace::print_trace()` can be used to print a stacktrace at the current call site, `cpptrace::generate_trace()` can

0 commit comments

Comments
 (0)