summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2014-09-23 15:09:47 +0100
committerJohn McLear <john@mclear.co.uk>2014-09-23 15:09:47 +0100
commitd3b45ef2c96a399ebe901d39d5eada9fa5d543e0 (patch)
tree09a0473bdda4fb7ddd3cd8a12d7b5ac6b5108ccd
parent35a1e1ea23eb6dad08ba6c9d86673bc80b7cfd88 (diff)
parent72a328cf118198bb101a40cb67dca5bb7f6455f1 (diff)
downloadetherpad-lite-d3b45ef2c96a399ebe901d39d5eada9fa5d543e0.zip
Merge pull request #2243 from mrshu/patch-1
readme: Add formatting sugar for readibility
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 34a824ff..71c0b3e1 100644
--- a/README.md
+++ b/README.md
@@ -50,9 +50,9 @@ Update to the latest version with `git pull origin`, then run `bin\installOnWind
## GNU/Linux and other UNIX-like systems
You'll need gzip, git, curl, libssl develop libraries, python and gcc.
-*For Debian/Ubuntu*: `apt-get install gzip git-core curl python libssl-dev pkg-config build-essential`
-*For Fedora/CentOS*: `yum install gzip git-core curl python openssl-devel && yum groupinstall "Development Tools"`
-*For FreeBSD*: `portinstall node, npm, git (optional)`
+- *For Debian/Ubuntu*: `apt-get install gzip git-core curl python libssl-dev pkg-config build-essential`
+- *For Fedora/CentOS*: `yum install gzip git-core curl python openssl-devel && yum groupinstall "Development Tools"`
+- *For FreeBSD*: `portinstall node, npm, git (optional)`
Additionally, you'll need [node.js](http://nodejs.org) installed, Ideally the latest stable version, be careful of installing nodejs from apt.