Skip to content

Commit

Permalink
- updated version to 0.2.1
Browse files Browse the repository at this point in the history
- updated readme
  • Loading branch information
Racle committed Dec 14, 2022
1 parent 270e2d6 commit 373198d
Show file tree
Hide file tree
Showing 3 changed files with 2,317 additions and 4,991 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Trello Desktop [![Build Status](https://travis-ci.org/danielchatfield/trello-desktop.svg)](https://travis-ci.org/danielchatfield/trello-desktop)
# Trello Desktop

> Unofficial Trello Desktop app
[![Trello Desktop](https://github.com/danielchatfield/trello-desktop/blob/master/media/screenshot.png?raw=true)](https://github.com/danielchatfield/trello-desktop/releases/latest)
[![Trello Desktop](https://github.com/racle/trello-desktop/blob/master/media/screenshot.png?raw=true)](https://github.com/racle/trello-desktop/releases/latest)

*OS X 10.8+, Windows 7+ & Linux are supported.*
_OS X 10.8+, Windows 7+ & Linux are supported._

## Install

### OS X

[**Download**](https://github.com/danielchatfield/trello-desktop/releases/latest), unzip, and move `Trello.app` to the `/Applications` directory.
[**Download**](https://github.com/racle/trello-desktop/releases/latest), unzip, and move `Trello.app` to the `/Applications` directory.

### Linux

[**Download**](https://github.com/danielchatfield/trello-desktop/releases/latest) and unzip to some location.
[**Download**](https://github.com/racle/trello-desktop/releases/latest) and unzip to some location.

To add a shortcut to the app, create a file in `~/.local/share/applications` called `trello.desktop` with the following contents:

Expand All @@ -29,8 +29,7 @@ Icon=/full/path/to/folder/Trello/resources/app/static/Icon.png

### Windows

[**Download**](https://github.com/danielchatfield/trello-desktop/releases/latest) and unzip to some location.

[**Download**](https://github.com/racle/trello-desktop/releases/latest) and unzip to some location.

## Dev

Expand All @@ -43,7 +42,7 @@ Built with [Electron](http://electron.atom.io).
- Build OS X: `$ npm run build:macos`
- Build Linux: `$ npm run build:linux`
- Build Windows: `$ npm run build:windows`
- Build all: `$ brew install wine` and `$ npm run build` *(OS X only)*
- Build all: `$ brew install wine` and `$ npm run build` _(Linux / OS X only)_

## License

Expand Down
Loading

0 comments on commit 373198d

Please sign in to comment.