Skip to content

Commit c927eac

Browse files
5h4nxsyphar
authored andcommitted
Update README.md
* Explicitly mentioning dev dependency * Alternate use of docker compose command
1 parent 569a167 commit c927eac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4949
There may be other dependencies that have not been documented.
5050

@@ -63,7 +63,8 @@ cp .env.sample .env
6363
mkdir -p ignored/cratesfyi-prefix/crates.io-index
6464
# Builds the docs.rs binary
6565
cargo build
66-
# Start the external services
66+
# Start the external services.
67+
# It may be `docker compose` in newer versions
6768
docker-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.

0 commit comments

Comments
 (0)