Skip to content

Commit e7645c1

Browse files
committed
Fix README.md
1 parent 8aa6883 commit e7645c1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A minimal pastebin with a design shamelessly copied from
3333

3434
### Build from source
3535

36-
Install a Rust 2021 toolchain containing Rust 1.70 with
36+
Install a Rust 2024 toolchain containing Rust 1.85 with
3737
[rustup](https://rustup.rs) and run the server binary with
3838

3939
$ cargo run --release
@@ -45,6 +45,7 @@ You can also download pre-built, statically compiled [Linux
4545
binaries](https://github.com/matze/wastebin/releases). After extraction run the
4646
contained `wastebin` binary.
4747

48+
4849
### Build a container image
4950

5051
It's possible to build a container image using Docker or Podman. Assuming you're in the root directory of repository run
@@ -92,7 +93,8 @@ to.
9293

9394

9495
### Run with docker-compose
95-
```
96+
97+
```yaml
9698
services:
9799
wastebin:
98100
restart: always

0 commit comments

Comments
 (0)