Skip to content

Commit

Permalink
Correct Ubuntu installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpereira committed Dec 24, 2013
1 parent 2c1996b commit 1c01753
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
## Dependencies
- Terminal emulator with UTF-8 support
- C library with multibyte locales support
- libncursesw
- Ncurses with wide-char/UTF-8 support

### Installing libncursesw
### Installing Ncurses

#### Ubuntu

$ sudo apt-get install libncursesw5-dev
$ sudo apt-get install libncurses5-dev libncursesw5-dev

#### OS X

Expand Down

0 comments on commit 1c01753

Please sign in to comment.