Skip to content

Commit

Permalink
Update _index.md (#1923)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaney authored Sep 28, 2023
1 parent cc4d85a commit 8e47848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extend/modular-resources/upload/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ To upload your custom module to the [Viam registry](https://app.viam.com/registr
```sh {id="terminal-prompt" class="command-line" data-prompt="$"}
go build -o bin/module ./module/main.go
tar -cxf module.tar.gz bin/module
tar -czf module.tar.gz bin/module
```
For more information, see [Compile a module into an executable](/extend/modular-resources/create/#compile-the-module-into-an-executable).
Expand Down

0 comments on commit 8e47848

Please sign in to comment.