This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
428d0c5
commit 2842531
Showing
2 changed files
with
22 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Notifier | ||
[![Build Status](https://travis-ci.org/goropikari/Notifier.jl.svg?branch=master)](https://travis-ci.org/goropikari/Notifier.jl) | ||
[![codecov.io](http://codecov.io/github/goropikari/Notifier.jl/coverage.svg?branch=master)](http://codecov.io/github/goropikari/Notifier.jl?branch=master) | ||
|
||
This package is notification tools for Julialang. | ||
|
||
|
@@ -11,15 +12,15 @@ Pkg.clone("git://github.com/goropikari/Notifier.jl.git") | |
# Linux OS | ||
## Setup | ||
Before using Notifier.jl, you need to install following softwares in your Linux system. | ||
- "libnotify" for a desktop notification | ||
- "mail" for an e-mail notification | ||
- "aplay" (Advanced Linux Sound Architecture) for a sound notification | ||
- `libnotify` for a desktop notification | ||
- `mail` for an e-mail notification | ||
- `aplay` (Advanced Linux Sound Architecture) for a sound notification | ||
|
||
```bash | ||
sudo apt install libnotify-bin alsa-utils mailutils heirloom-mailx bsd-mailx | ||
$ sudo apt install libnotify-bin alsa-utils mailutils heirloom-mailx bsd-mailx | ||
``` | ||
|
||
This package uses "mail" linux command to notify by e-mail. Thus you need some settings in advance. | ||
This package uses `mail` linux command to notify by e-mail. Thus you need some settings in advance. | ||
If following command works correctly, you don't need further setting. | ||
```bash | ||
$ echo test | mail -s foo [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters