Skip to content

Commit 3681425

Browse files
committed
Update README.md
Fixed numbering in README
1 parent 9c2c624 commit 3681425

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -18,31 +18,31 @@ Detailed usage examples are available in the [Vignette](https://github.com/dphan
1818

1919
1. Install release verson with Bioconductor:
2020

21-
```
22-
source("http://bioconductor.org/biocLite.R")
23-
biocLite("Sushi")
24-
```
21+
```
22+
source("http://bioconductor.org/biocLite.R")
23+
biocLite("Sushi")
24+
```
2525

26-
Note: R 3.1 is required for installation via Bioconductor. The newest version of R can be downloaded at (www.r-project.org/). Installation via Bioconductor also requires libcurl and libxml2 which may not be be standard with some Linux distributions and are available for download at (http://curl.haxx.se/libcurl/ and http://xmlsoft.org/, respectively.
26+
Note: R 3.1 is required for installation via Bioconductor. The newest version of R can be downloaded at (www.r-project.org/). Installation via Bioconductor also requires libcurl and libxml2 which may not be be standard with some Linux distributions and are available for download at (http://curl.haxx.se/libcurl/ and http://xmlsoft.org/, respectively.
2727

2828

2929
2. Install from source (for previous versions of R >= 2.10):
3030

31-
Download source code from http://www.bioconductor.org/packages/release/bioc/html/Sushi.html
31+
Download source code from http://www.bioconductor.org/packages/release/bioc/html/Sushi.html
3232

33-
```
34-
R CMD INSTALL Sushi_X.X.X.tar.gz
35-
```
33+
```
34+
R CMD INSTALL Sushi_X.X.X.tar.gz
35+
```
3636

3737
3. The development version of Sushi can be downloaded via Bioconductor
3838

39-
```
40-
source("http://bioconductor.org/biocLite.R")
41-
useDevel()
42-
biocLite("Sushi")
43-
```
39+
```
40+
source("http://bioconductor.org/biocLite.R")
41+
useDevel()
42+
biocLite("Sushi")
43+
```
4444

45-
or via source at http://www.bioconductor.org/packages/devel/bioc/html/Sushi.html
45+
or via source at http://www.bioconductor.org/packages/devel/bioc/html/Sushi.html
4646

4747

4848
## Contributors

0 commit comments

Comments
 (0)