Skip to content

Commit

Permalink
Mark shell code block with sh in README
Browse files Browse the repository at this point in the history
  • Loading branch information
blazzy committed Aug 18, 2024
1 parent e81c7c2 commit 00be52b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ systemctl --user enable --now podman.socket // Enable the podman unix domain soc

On macOS you might need to invoke something like:

```rust
```sh
podman machine init // Create your podman virtual machine
podman machine start // Start the machine
```
Expand Down Expand Up @@ -96,7 +96,7 @@ let images = client.v5().images().image_list_libpod(None).await.unwrap();

### Traits

If you import the `podman_rest_client::v5::Client` trait you don't need to invoke v5() and can
If you import the `podman_rest_client::v5::Client` trait you don't need to invoke v5() and can
directly call the api functions like `client.images()`

```rust
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
//!
//! On macOS you might need to invoke something like:
//!
//! ```
//! ```sh
//! podman machine init // Create your podman virtual machine
//! podman machine start // Start the machine
//! ```
Expand Down

0 comments on commit 00be52b

Please sign in to comment.