Skip to content

Commit

Permalink
cmhod
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyTurtleDev committed Jul 14, 2023
1 parent c4721fe commit 7d7f54c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pc/README.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
[![Source Code Repository](https://img.shields.io/badge/Code-On%20GitHub-blue?logo=GitHub)]({{ repository }})
![Rust Version: {{rust_version}}](https://img.shields.io/badge/rustc-{{ rust_version | urlencode }}-orange.svg)

<img src="https://github.com/LuckyTurtleDev/mission2teegarden-b/assets/44570204/584254b2-55f9-4f3d-b590-fa06b86343ec" width=100%>

{{ readme }}

{%- if links != "" %}
Expand Down
1 change: 1 addition & 0 deletions pc/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
//!
//! Prebuild binaries can also be downloaded from the
#![doc=concat!("[GitHub release](https://github.com/LuckyTurtleDev/mission2teegarden-b/releases/v",env!("CARGO_PKG_VERSION"),").")]
//! On Unix system the binary must may be marked as executable by running `chmod u+x mission2teegarden-b` afer unpacking the zip archive.
//! On Linux the following dependencies are needed.
//! Regular these are already installed.
//! * [`alsa-lib`](https://github.com/alsa-project/alsa-lib)
Expand Down

0 comments on commit 7d7f54c

Please sign in to comment.