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.
4444- make
4545- cmake
4646- zlib
47- - openssl
47+ - openssl (with dev pkgs) -- Ubuntu example ` sudo apt install libssl-dev `
4848
4949There may be other dependencies that have not been documented.
5050
@@ -63,7 +63,8 @@ cp .env.sample .env
6363mkdir -p ignored/cratesfyi-prefix/crates.io-index
6464# Builds the docs.rs binary
6565cargo build
66- # Start the external services
66+ # Start the external services.
67+ # It may be `docker compose` in newer versions
6768docker-compose up -d db s3
6869# anything that doesn't run via docker-compose needs the settings defined in
6970# .env. Either via `. ./.env` as below, or via any dotenv shell integration.
You can’t perform that action at this time.
0 commit comments