Skip to content

Commit

Permalink
Tweak language (#2338)
Browse files Browse the repository at this point in the history
  • Loading branch information
andf-viam authored Dec 19, 2023
1 parent 08b0220 commit 66ab462
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/registry/create/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1096,11 +1096,10 @@ To compile your C++ module's executable, you must create a <file>CMakeLists.txt<

2. Create a <file>run.sh</file> file in your module directory to wrap the executable and perform basic sanity checks at runtime.

The following example shows a simple configuration that performs some basic sanity checks and handles system-level linking for a module named `my-module`:
The following example shows a simple configuration that runs a module named `my-module`:

```sh {class="line-numbers linkable-line-numbers"}
#!/usr/bin/env bash
# run.sh -- entrypoint wrapper for the module

# bash safe mode
set -euo pipefail
Expand Down

0 comments on commit 66ab462

Please sign in to comment.