Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
reaper47 committed Apr 29, 2022
1 parent 7fde893 commit 0dbaaf1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
.ONESHELL:

release:
cd ./ui
flutter build apk --obfuscate --split-debug-info=./app/build/debuginfo --split-per-abi
cd ..
mkdir -p ./release/$(tag)
mkdir -p ./release/$(tag)/app
cp ./LICENSE bin/*.bin ./.pio/build/wemosbat/firmware.bin ./.pio/build/wemosbat/partitions.bin ./release/$(tag)
cp ./ui/build/app/outputs/apk/release/*.apk ./release/$(tag)/app
cd ./release/$(tag)
zip -r plant-sense-$(tag).zip ./*
cd ../../
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Plant Sense


[![Release](https://img.shields.io/github/v/release/reaper47/plant-sense.svg?logo=github)][releases]
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)][license]

[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
alt="Get it on F-Droid"
height="75">](https://f-droid.org/packages/com.macpoule.plantsense/)

<div>
<img src="images/product.jpg" width="250">
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/lightmode.png" height="333">
Expand Down Expand Up @@ -37,7 +45,7 @@ Why? To know whether the plant is thirsty.
1. Disconnect the device from the computer.
1. Slide the switch on the device to **off**, insert the 18650 lithium battery correctly, and slide the switch to **on**.
1. Secure the device in soil.
1. Install the [Android app](https://github.com/reaper47/plant-sense/releases/tag/v1.0.0).
1. Install the [Android app](https://f-droid.org/packages/com.macpoule.plantsense/).

## Usage

Expand Down

0 comments on commit 0dbaaf1

Please sign in to comment.