Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
milikhin authored May 19, 2021
1 parent 52bfd4c commit fd7af4c
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Seabass is a code editor for mobile devices.
Currently supported platforms:

* Sailfish OS
* UBports
* Ubuntu Touch

[![OpenStore](https://open-store.io/badges/en_US.png)](https://open-store.io/app/seabass2.mikhael)

![Seabass on UBports](https://github.com/milikhin/milikhin.github.io/raw/master/img/seabass/seabass-desktop.png)
![Seabass on Ubuntu Touch](https://github.com/milikhin/milikhin.github.io/raw/master/img/seabass/seabass-desktop.png)

## Features

Expand All @@ -25,7 +25,7 @@ Core features:
* Code autocompletion and snippets
* Setting indentation preferences using .editorconfig files

UBports:
Ubuntu Touch:
* Adaptive layout and multiple tabs
* Create/Rename/Delete files
* Tree mode for the file list
Expand All @@ -38,9 +38,9 @@ UBports:
* Node.js (tested using v12)
* pipenv (optional, to run tests for python modules)
* Sailfish SDK (for Sailfish OS)
* clickable (for UBports)
* clickable (for Ubuntu Touch)

### UBports
### Ubuntu Touch

Run `clickable` (in the project root directory).

Expand All @@ -60,7 +60,7 @@ Run `clickable` (in the project root directory).
1. `cd generic/py-backend`
1. `pipenv install -d`
1. `pipenv run pytest **/*.py`
1. UBports app:
1. Ubuntu Touch app:
* QML: `clickable test`

## Contribution
Expand All @@ -71,8 +71,4 @@ Please see [wiki](https://github.com/milikhin/seabass2/wiki) for project docs. U
[python modules](https://github.com/milikhin/seabass2/tree/master/generic/py-backend/tests) and
[ubports-seabass](https://github.com/milikhin/seabass2/tree/master/ubports-seabass/tests) might also be useful.

There are a few labels used to indicate issue progress.
* `help wanted`: I'm not going to fix the issue myself due to its complexity, time required, if I just don't know how to fix it, or everything above. Pull requests are welcome if you'd like to see the feature implemented!
* `wontfix`: in my opinion, the issue requires to much work out of the project's scope or too many workarounds for SDK issues. Pull requests are still welcome though. It might be worth discussing implementation beforehand if there going to be lots of changes.

Thanks to the [contributors](https://github.com/milikhin/seabass2/graphs/contributors)!

0 comments on commit fd7af4c

Please sign in to comment.