From a58ea19d673d9408305daec1a001e0cc025062ae Mon Sep 17 00:00:00 2001
From: Sun Jiao
Date: Fri, 8 Mar 2024 09:50:51 +0800
Subject: [PATCH] Update README.md
---
README.md | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a27be7e..ebae05b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# renamer
-
+
Renamer is a powerful yet easy-to-use tool designed to help users manage and rename files and directories. No more manually renaming one by one – our app offers various features including inserting text, inserting file metadata and Exif data, replacing text, deleting text, rearranging, and more, allowing you to quickly batch rename files according to your needs.
@@ -9,6 +9,29 @@ Renamer is a powerful yet easy-to-use tool designed to help users manage and ren
* Completely open-source and free: Our app is entirely open-source and contains no advertisements or in-app purchases, allowing you to use it freely at any time.
* Cross-platform compatibility: Built on the Flutter framework, our app can run on multiple operating systems, enabling you to use it anytime, anywhere.
+## Install
+### Android
+
+
+Install from Google Play Store or download *.apk from [releases](https://github.com/sun-jiao/renamer/releases).
+
+### Linux
+Download *.AppImage or *.tar.gz from [releases](https://github.com/sun-jiao/renamer/releases).
+
+For Arch Linux users, just run:
+```shell
+yay/yarn -S renamer
+```
+
+### Windows
+Download *.exe from [releases](https://github.com/sun-jiao/renamer/releases).
+
+### macOS
+Download *.dmg from [releases](https://github.com/sun-jiao/renamer/releases).
+
+### iOS
+Download *.ipa from [releases](https://github.com/sun-jiao/renamer/releases) and install by AltStore or other tools.
+
## todo:
- ~~Duplicate name check~~.(Done.)
- ~~Convert, including case convert, Chinese simp/trad/pinyin convert, Latin/Cyrillic script transliteration~~.(Done.)