We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a682a commit f6c1ec9Copy full SHA for f6c1ec9
README.md
@@ -17,15 +17,15 @@ The easiest way to install is through [crates.io](https://crates.io/crates/vegap
17
cargo install vegapull
18
```
19
20
-## How to use?
21
-
22
-1. Install / build from source:
+The other option is to build from source:
23
```console
24
-coko7@example:~$ git clone https://github.com/Coko7/vegapull.git
25
-coko7@example:~$ cd vegapull
26
-coko7@example:~$ cargo build --release
+git clone https://github.com/Coko7/vegapull.git
+cd vegapull
+cargo build --release
27
28
-2. Use
+
+## How to use?
29
30
coko7@example:~$ vegapull -h
31
Dynamically fetch data for the One Piece TCG from official sites.
0 commit comments