We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 569a167 commit c927eacCopy full SHA for c927eac
README.md
@@ -44,7 +44,7 @@ Docs.rs requires at least the following native C dependencies.
44
- make
45
- cmake
46
- zlib
47
-- openssl
+- openssl (with dev pkgs) -- Ubuntu example `sudo apt install libssl-dev`
48
49
There may be other dependencies that have not been documented.
50
@@ -63,7 +63,8 @@ cp .env.sample .env
63
mkdir -p ignored/cratesfyi-prefix/crates.io-index
64
# Builds the docs.rs binary
65
cargo build
66
-# Start the external services
+# Start the external services.
67
+# It may be `docker compose` in newer versions
68
docker-compose up -d db s3
69
# anything that doesn't run via docker-compose needs the settings defined in
70
# .env. Either via `. ./.env` as below, or via any dotenv shell integration.
0 commit comments