From 2b9fb5e9e87f09f824436fe7b3f6c7421bb37edf Mon Sep 17 00:00:00 2001 From: ErikKalkoken Date: Wed, 24 Jul 2024 14:08:51 +0200 Subject: [PATCH] Update docu for first stable release --- FyneApp.toml | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/FyneApp.toml b/FyneApp.toml index f4674c2..ae4419d 100644 --- a/FyneApp.toml +++ b/FyneApp.toml @@ -5,4 +5,4 @@ Website = "https://github.com/ErikKalkoken/janice" Name = "Janice" ID = "io.github.erikkalkoken.janice" Version = "0.1.0" - Build = 5 + Build = 2 diff --git a/README.md b/README.md index cd220b7..8046128 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A desktop app for viewing large JSON files. ## Description -Janice is a desktop all for viewing large JSON files. It's key features are: +Janice is a desktop app for viewing large JSON files. It's key features are: - Browse through a JSON document in classic tree structure - JSON files can be opened via file dialog, from clipboard, dropped on the window or given as command line argument @@ -30,11 +30,11 @@ Janice is a desktop all for viewing large JSON files. It's key features are: ## Screenshots -![screenshot](https://cdn.imgpile.com/f/Nqv5wTv_xl.png) +![screenshot](https://cdn.imgpile.com/f/bdQBc3q_xl.png) ## How to run -Janice is shipped as a single executable and designed to run without requiring any installation. You find the latest packages for download on the [releases page](https://github.com/ErikKalkoken/janice/releases). +To run Janice just download and unzip the latest release to your computer. Janice ships as a single executable file that can be executed directly. You find the latest packages for download on the [releases page](https://github.com/ErikKalkoken/janice/releases). ### Linux @@ -61,7 +61,7 @@ Janice is shipped as a single executable and designed to run without requiring a 1. Unzip the file into a directory of your choice 1. Run the .app file to start the app. -### Build and run directly +### Build and run from repository If your system is configured to build [Fyne](https://fyne.io/) apps, you can build and run this app directly from the repository with the following command: