Skip to content

Commit 09dce7f

Browse files
committed
README: improve the structure
It does not make sense to describe the input parameters on the same level as "Developing _this_ Action". Let's move them into their own section. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent f6f7847 commit 09dce7f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
run: make
2020
```
2121
22-
## Available flavors
22+
## Input parameters
23+
24+
### Available flavors
2325
2426
It supports several flavors:
2527
@@ -39,7 +41,7 @@ It supports several flavors:
3941

4042
This is the "full" SDK, [as users would install it](https://gitforwindows.org/#download-sdk), with a pre-selected set of packages pre-installed. Additional packages can be installed via `pacman -S <package>`.
4143

42-
## CPU architecture support
44+
### CPU architecture support
4345

4446
The Git for Windows SDK can be installed targeting `x86_64` (AKA "64-bit") and `i686` (AKA 32-bit).
4547

0 commit comments

Comments
 (0)