11# Installation
22
33If you're looking for the latest stable version of the ` sprocket ` command line
4- tool, you can either [ download it from the release page] ( #download ) , [ build it
5- from source] ( #build-from-source ) (most common), get Sprocket through a [ package
6- manager] ( #package-managers ) (support still being added), or use
7- [ Docker] ( #docker ) .
4+ tool, you can download it through a [ package manager] ( #package-managers ) ,
5+ [ download it from the release page] ( #download ) , use [ Docker] ( #docker ) , or [ build
6+ it from source] ( #build-from-source ) .
87
98## Package managers
109
@@ -18,13 +17,12 @@ the following command.
1817brew install sprocket
1918```
2019
21- ### Other package managers
20+ ## Direct download
2221
23- ::: tip Note
24- If you know of other, community-maintained
25- packages for ` sprocket ` , please let us know by opening up [ a pull
26- request] ( https://github.com/stjude-rust-labs/sprocket/pulls ) .
27- :::
22+ A pre-built binary for ` sprocket ` can be downloaded from the latest [ release
23+ entry on GitHub] ( https://github.com/stjude-rust-labs/sprocket/releases ) . Each
24+ platform has different requirements regarding shared libraries that are expected
25+ to be installed.
2826
2927## Docker images
3028
@@ -35,13 +33,6 @@ Registry.
3533docker run ghcr.io/stjude-rust-labs/sprocket:v0.16.0 -h
3634```
3735
38- ## Direct download
39-
40- A pre-built binary for ` sprocket ` can be downloaded from the latest [ release
41- entry on GitHub] ( https://github.com/stjude-rust-labs/sprocket/releases ) . Each
42- platform has different requirements regarding shared libraries that are expected
43- to be installed.
44-
4536## Build from source
4637
4738There are also a number of options to build ` sprocket ` from source, including
0 commit comments