You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+52-50Lines changed: 52 additions & 50 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,42 +29,34 @@ View future plans in the [Roadmap](#roadmap) section.
29
29
---
30
30
## Installation
31
31
32
-
*[Binary](#binary)
33
-
*[Linux Package](#linux-packages)
34
-
*[Docker Image](#docker-image)
35
32
*[Homebrew](#homebrew)
36
33
*[Winget](#winget)
34
+
*[Linux Packages](#linux-packages)
35
+
*[Docker Image](#docker-image)
36
+
*[Binary](#binary)
37
37
*[Source](#source)
38
38
39
-
### Binary
40
-
41
-
1. Head to the [releases](https://github.com/digitalghost-dev/poke-cli/releases) page of the project.
42
-
2. Choose a version to download. The latest is best.
43
-
3. Choose an operating system and click on the matching zipped folder to start the download.
44
-
4. Extract the folder. The tool is ready to use.
45
-
5. Either change directories into the extracted folder or move the binary to a chosen directory.
46
-
6. Run the tool!
47
-
48
-
> [!IMPORTANT]
49
-
> For macOS, you may have to allow the executable to run as it is not signed. Head to System Settings > Privacy & Security > scroll down and allow executable to run.
@@ -99,35 +91,45 @@ Cloudsmith is a fully cloud-based service that lets you easily create, store, an
99
91
# placed into the /app directory, run the program with './poke-cli'
100
92
# example: ./poke-cli ability swift-swim
101
93
```
94
+
95
+
### Binary
96
+
97
+
1. Head to the [releases](https://github.com/digitalghost-dev/poke-cli/releases) page of the project.
98
+
2. Choose a version to download. The latest is best.
99
+
3. Choose an operating system and click on the matching zipped folder to start the download.
100
+
4. Extract the folder. The tool is ready to use.
101
+
5. Either change directories into the extracted folder or move the binary to a chosen directory.
102
+
6. Run the tool!
103
+
104
+
> [!IMPORTANT]
105
+
> For macOS, you may have to allow the executable to run as it is not signed. Head to System Settings > Privacy & Security > scroll down and allow executable to run.
0 commit comments