Skip to content

Commit

Permalink
Update docu for first stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikKalkoken committed Jul 24, 2024
1 parent 97053ec commit 2b9fb5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion FyneApp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand All @@ -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:

Expand Down

0 comments on commit 2b9fb5e

Please sign in to comment.