Skip to content

Commit 5de9dff

Browse files
committed
small docs added [skip ci]
1 parent 3d23292 commit 5de9dff

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Cross.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
# this setting here helps with OpenSSL problems
2+
# but we may remove it now that we use vendored OpenSSL
3+
# see: https://github.com/cross-rs/cross/wiki/Recipes#pre-build
14
[target.aarch64-unknown-linux-gnu]
25
pre-build = [
36
"dpkg --add-architecture $CROSS_DEB_ARCH",
4-
"apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH"
5-
]
7+
"apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH",
8+
]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ make run # info-level logs
7373
make debug # debug-level logs
7474
```
7575

76-
You can run the latest Docker image via compose as well:
76+
If you have a valid `.env` file, you can run the latest Docker image via compose as well:
7777

7878
```sh
7979
docker compose up

0 commit comments

Comments
 (0)