1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

docs: update folder name in cd command

This commit is contained in:
Onè
2025-02-12 18:24:45 -05:00
committed by GitHub
parent 23efe562c3
commit 3b65ae861b

View File

@ -28,7 +28,7 @@ let mut keys = rsa_private_keys(key_file).unwrap(); // rsa
### Running the Example Server
```sh
cd security/rustls
cd https-tls/rustls
cargo run # (or ``cargo watch -x run``)
# Started http server: 127.0.0.1:8443
```