diff --git a/README.md b/README.md
index 2eae0cf..2c0b206 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,27 @@
# trax
-A new Flutter project.
+macOS Music management application written in Flutter.
+
+- Apple Music like UI
+- Browse local music files
+- Import new files into libraruy (MP3, FLAC, M4A)
+- Edit audio tags (including artwork and lyrics)
+- Audio format conversion
+- Local audio playback
-## Getting Started
-This project is a starting point for a Flutter application.
+
+
+
+## Getting Started
-A few resources to get you started if this is your first Flutter project:
+```
+flutter pub get
+flutter run macos
+```
-- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
-- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
+You can deploy to your `Applications` folder using
-For help getting started with Flutter development, view the
-[online documentation](https://docs.flutter.dev/), which offers tutorials,
-samples, guidance on mobile development, and a full API reference.
+```
+make deploy
+```
diff --git a/doc/album.jpg b/doc/album.jpg
new file mode 100644
index 0000000..49e9f3d
Binary files /dev/null and b/doc/album.jpg differ
diff --git a/doc/home.jpg b/doc/home.jpg
new file mode 100644
index 0000000..cd53fb5
Binary files /dev/null and b/doc/home.jpg differ