File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Docs.rs requires at least the following native C dependencies.
44
44
- make
45
45
- cmake
46
46
- zlib
47
- - openssl
47
+ - openssl (with dev pkgs) -- Ubuntu example ` sudo apt install libssl-dev `
48
48
49
49
There may be other dependencies that have not been documented.
50
50
@@ -63,7 +63,8 @@ cp .env.sample .env
63
63
mkdir -p ignored/cratesfyi-prefix/crates.io-index
64
64
# Builds the docs.rs binary
65
65
cargo build
66
- # Start the external services
66
+ # Start the external services.
67
+ # It may be `docker compose` in newer versions
67
68
docker-compose up -d db s3
68
69
# anything that doesn't run via docker-compose needs the settings defined in
69
70
# .env. Either via `. ./.env` as below, or via any dotenv shell integration.
You can’t perform that action at this time.
0 commit comments