Skip to content

Commit 21851e9

Browse files
committed
doc: Move the Installation section up
1 parent 7a0ef33 commit 21851e9

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,32 @@ The benchmark was generated by [a GitHub Workflow](https://github.com/KSXGitHub/
3535

3636
[![asciicast of pdu command on /usr](https://asciinema.org/a/416664.svg)](https://asciinema.org/a/416664)
3737

38+
## Development
39+
40+
### Prerequisites
41+
42+
* [`cargo`](github.com/rust-lang/cargo).
43+
44+
### Test
45+
46+
```sh
47+
cargo clippy -- -D warnings && cargo fmt --check && cargo test
48+
```
49+
50+
### Run
51+
52+
```sh
53+
./run pdu "${arguments[@]}"
54+
```
55+
56+
* `"${arguments[@]}"`: List of arguments to pass to `pdu`.
57+
58+
### Update shell completion files
59+
60+
```sh
61+
./generate-completions.sh
62+
```
63+
3864
## Installation
3965

4066
### Any Desktop OS
@@ -75,32 +101,6 @@ Follow the [installation instruction](https://github.com/KSXGitHub/pacman-repo#i
75101
sudo pacman -S parallel-disk-usage
76102
```
77103

78-
## Development
79-
80-
### Prerequisites
81-
82-
* [`cargo`](github.com/rust-lang/cargo).
83-
84-
### Test
85-
86-
```sh
87-
cargo clippy -- -D warnings && cargo fmt --check && cargo test
88-
```
89-
90-
### Run
91-
92-
```sh
93-
./run pdu "${arguments[@]}"
94-
```
95-
96-
* `"${arguments[@]}"`: List of arguments to pass to `pdu`.
97-
98-
### Update shell completion files
99-
100-
```sh
101-
./generate-completions.sh
102-
```
103-
104104
## Distributions
105105

106106
[![Packaging Status](https://repology.org/badge/vertical-allrepos/parallel-disk-usage.svg)](https://repology.org/project/parallel-disk-usage/versions)

0 commit comments

Comments
 (0)