Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
goropikari authored Mar 2, 2018
1 parent 40036d6 commit 38b55cf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@

This package is notification tools for Julialang.

```julia
using Notifier
notify("Task completed")
```
![Screenshot of a Notification](./docs/linuxpopup.png?raw=true)

## Features:
- Linux
- desktop notification
Expand All @@ -22,7 +28,6 @@ This package is notification tools for Julialang.
## Installation
```Julia
Pkg.add("Notifier")
# Pkg.checkout("Notifier") # checkout master branch
```

# Linux OS
Expand Down

0 comments on commit 38b55cf

Please sign in to comment.