Skip to content

Commit 66e1aaf

Browse files
committed
README: Split text for shorten lines
Signed-off-by: Otavio Salvador <[email protected]>
1 parent e06d434 commit 66e1aaf

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ docker run -d -p 8080:8080 updatehub/updatehub-ce-server:latest
2727

2828
## Development setup
2929

30-
The `updatehub-ce-server` uses `glide` to manage its dependencies and `npm` to build the web UI for the server.
31-
The easiest way to install its latest release on Mac or Linux is with the following script:
30+
The `updatehub-ce-server` uses `glide` to manage its dependencies and
31+
`npm` to build the web UI for the server. The easiest way to install
32+
its latest release on Mac or Linux is with the following script:
3233

3334
```
3435
$ curl https://glide.sh/get | sh
@@ -40,15 +41,17 @@ On Mac OS X you can also install the latest release via Homebrew:
4041
$ brew install glide node
4142
```
4243

43-
On Ubuntu Precise (12.04), Trusty (14.04), Wily (15.10) or Xenial (16.04) you can install from our PPA:
44+
On Ubuntu Precise (12.04), Trusty (14.04), Wily (15.10) or Xenial
45+
(16.04) you can install from our PPA:
4446

4547
```
4648
$ sudo add-apt-repository ppa:masterminds/glide && sudo apt-get update
4749
$ sudo apt-get install glide nodejs npm
4850
```
4951

50-
After that, need to install `packr` that is a simple solution for bundling static assets inside of Go binaries use
51-
by `updatehub-ce-server`.
52+
After that, need to install `packr` that is a simple solution for
53+
bundling static assets inside of Go binaries use by
54+
`updatehub-ce-server`.
5255

5356
To install Packr utility and the dependencies:
5457

0 commit comments

Comments
 (0)