Skip to content

Commit fef992e

Browse files
Fix header levels
1 parent 74eff21 commit fef992e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@ readstat data /some/dir/to/example.sas7bdat --output /some/dir/to/example.parque
2222

2323
## Install
2424

25-
## Download a Release
25+
### Download a Release
2626
\[Mostly\] static binaries for Linux, macOS, and Windows may be found at the [Releases page](https://github.com/curtisalexander/readstat-rs/releases/).
2727

28-
## Setup
28+
### Setup
2929
Move the `readstat` binary to a known directory and add the binary to the user's [PATH](https://en.wikipedia.org/wiki/PATH_(variable)).
3030

31-
### Linux & macOS
31+
#### Linux & macOS
3232
Ensure the path to `readstat` is added to the appropriate shell configuration file.
3333

34-
### Windows
34+
#### Windows
3535
For Windows users, path configuration may be found within the Environment Variables menu. Executing the following from the command line opens the Environment Variables menu for the current user.
3636

3737
```sh
3838
rundll32.exe sysdm.cpl,EditEnvironmentVariables
3939
```
4040

41-
## Run
41+
### Run
4242
Run the binary.
4343

4444
```sh

0 commit comments

Comments
 (0)