diff --git a/.cirrus.yml b/.cirrus.yml
index e49a77b..7ba6563 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -16,7 +16,7 @@ test_task:
fix_kvm_script: sudo chmod 666 /dev/kvm
# test PO template generation
- pot_build_script: make po/starter-kit.pot
+ pot_build_script: make po/sensors.pot
# chromium has too little /dev/shm, and we can't make that bigger
check_script: TEST_BROWSER=firefox TEST_JOBS=$(nproc) TEST_OS=$TEST_OS make check
diff --git a/README.md b/README.md
index 24730e9..4184c4a 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,32 @@
+# Cockpit Sensors
+
+module that displays all data reported by lm-sensors
+
+# Usage
+
+- Download the lastest [Sensors release](https://github.com/ocristopfer/cockpit-sensors/releases)
+- Extract the content of dist folder to /usr/share/cockpit/sensors
+- Check if Sensors tools is show on menu
+
+- Installation script provided by [@subz390](https://github.com/subz390):
+
+```shell
+wget https://github.com/ocristopfer/cockpit-sensors/releases/latest/download/cockpit-sensors.tar.xz && \
+ tar -xf cockpit-sensors.tar.xz cockpit-sensors/dist && \
+ mv cockpit-sensors/dist /usr/share/cockpit/sensors && \
+ rm -r cockpit-sensors && \
+ rm cockpit-sensors.tar.xz
+```
+
+- .deb package:
+ https://github.com/ocristopfer/cockpit-sensors/releases/latest/download/cockpit-sensors.deb
+
+# Prints
+
+
+
+# Module created using Starter Kit
+
# Cockpit Starter Kit
Scaffolding for a [Cockpit](https://cockpit-project.org/) module.
@@ -12,7 +41,6 @@ On Fedora:
$ sudo dnf install gettext nodejs npm make
-
# Getting and building the source
These commands check out the source and build it into the `dist/` directory:
@@ -156,7 +184,7 @@ To run the tests in the exact same way for upstream pull requests and for
[Fedora package update gating](https://docs.fedoraproject.org/en-US/ci/), the
tests are wrapped in the [FMF metadata format](https://github.com/teemtee/fmf)
for using with the [tmt test management tool](https://docs.fedoraproject.org/en-US/ci/tmt/).
-Note that Packit tests can *not* run their own virtual machine images, thus
+Note that Packit tests can _not_ run their own virtual machine images, thus
they only run [@nondestructive tests](https://github.com/cockpit-project/cockpit/blob/main/test/common/testlib.py).
# Customizing
@@ -201,7 +229,7 @@ which is run weekly or upon [manual request](https://github.com/cockpit-project/
# Further reading
- * The [Starter Kit announcement](https://cockpit-project.org/blog/cockpit-starter-kit.html)
- blog post explains the rationale for this project.
- * [Cockpit Deployment and Developer documentation](https://cockpit-project.org/guide/latest/)
- * [Make your project easily discoverable](https://cockpit-project.org/blog/making-a-cockpit-application.html)
+- The [Starter Kit announcement](https://cockpit-project.org/blog/cockpit-starter-kit.html)
+ blog post explains the rationale for this project.
+- [Cockpit Deployment and Developer documentation](https://cockpit-project.org/guide/latest/)
+- [Make your project easily discoverable](https://cockpit-project.org/blog/making-a-cockpit-application.html)
diff --git a/org.cockpit-project.sensors.metainfo.xml b/org.cockpit-project.sensors.metainfo.xml
new file mode 100644
index 0000000..2ee46d8
--- /dev/null
+++ b/org.cockpit-project.sensors.metainfo.xml
@@ -0,0 +1,17 @@
+
+
+ org.cockpit_project.sensors
+ CC0-1.0
+ Sensors
+ Sensors cockpit module
+
+