Skip to content

Commit

Permalink
Update _index.md (#1874)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Sep 21, 2023
1 parent 4b09eca commit 5121f7d
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 @@ -126,7 +126,7 @@ To upload your custom module to the [Viam registry](https://app.viam.com/registr
``` sh { 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 5121f7d

Please sign in to comment.