Skip to content

Commit

Permalink
Update README.mb
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Argentieri committed Aug 22, 2017
1 parent 7954fad commit 4f37c97
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.geany
src/__pycache__
*~
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# projects-manager
# Projects-Manager

Manage any project with a simple GUI.

Expand All @@ -12,5 +12,12 @@ sudo apt install python3

## Usage

Simply run main.py and enjoy.
Very simple run.
```
./src/init.py
```

## Develop

The interface is developed using the latest version of glade nightly.
You can install it using [flatpak](http://flatpak.org/).

0 comments on commit 4f37c97

Please sign in to comment.