Skip to content

Commit 0fe33b3

Browse files
committed
Update README for new version
1 parent b15842f commit 0fe33b3

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,7 @@
22

33
This repository contains code to generate a flowchart showing the initialization rules for C++20.
44

5-
The generated files are hosted on Github Pages: [SVG](https://randomnetcat.github.io/cpp_initialization/initialization.svg), [PNG](https://randomnetcat.github.io/cpp_initialization/initialization.png).
5+
The generated files are hosted on Github Pages:
6+
* C++20: [SVG](https://randomcat.org/cpp-initialization/std-2020/initialization.svg), [PNG](https://randomcat.org/cpp-initialization/std-2020/initialization.png).
7+
* C++23: [SVG](https://randomcat.org/cpp-initialization/std-2023/initialization.svg), [PNG](https://randomcat.org/cpp-initialization/std-2023/initialization.png).
68

7-
## Building
8-
9-
The repository contains an M4 file which can be preprocessed into a graphviz dot file using GNU M4. Feed the preprocessed file into dot to get an image file.
10-
11-
Example for SVG: `m4 flowchart.dot.m4 | dot -Tsvg > flowchart.svg`
12-
13-
Example for PNG: `m4 flowchart.dot.m4 | dot -Tpng > flowchart.png`
14-
15-
Consult the `dot` manual for all of the file types and other options for controlling `dot`.

0 commit comments

Comments
 (0)