From c9e1741cfb1bad524aa85329848899f7bba5b9aa Mon Sep 17 00:00:00 2001 From: seanavery Date: Wed, 15 Nov 2023 00:18:16 -0500 Subject: [PATCH] Change readme format --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 120fed6..e704d56 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# viam-csi -> viam module for csi cams +# CSI-CAM +> A Viam Module for CSI Cameras -![](./etc/viam-server.png) +![Viam Server](./etc/viam-server.png) ___ @@ -17,11 +17,11 @@ Easily integrate CSI Cameras into your Viam projects using this camera module. F ### Configuration -Configure `viam-server` with the csi-cam module using [registry-app-config.json](./etc/registry-app-config.json) as a reference. +Configure `viam-server` with the csi-cam module through the [Viam Module Registry](https://app.viam.com/registry) using [registry-app-config.json](./etc/registry-app-config.json) as a reference. ___ -### Latest +## Latest Version Installation Install the latest development version of the module on your device with these commands: @@ -40,9 +40,9 @@ sudo wget http://packages.viam.com/apps/csi-camera/pi/viam-csi-latest-aarch64.Ap sudo chmod 755 /usr/local/bin/csi-cam ``` -Refer to [local-app-config.json](./etc/local-app-config.json) for configuration example with local `appimage`. +Refer to [local-app-config.json](./etc/local-app-config.json) for configuration example with local appimage. ___ -### Develop +## Development Interested in contributing? Check out [DEVELOP.md](./doc/DEVELOP.md) for guidelines on how to build and run the module `locally` or using `docker`. We welcome Pull Requests and Issues!