Skip to content

Commit b021fdf

Browse files
committed
Update docs
1 parent 9c3ba20 commit b021fdf

2 files changed

Lines changed: 2 additions & 16 deletions

File tree

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,7 @@ First install system level dependencies:
112112

113113
sudo apt-get install cpanminus libperl-dev gcc make
114114

115-
Now you have to choose between one of the 2 options below:
116-
117-
**Option 1:** System-level installation:
118-
119-
cpanm --notest --sudo Pheno::Ranker
120-
pheno-ranker -h
121-
122-
**Option 2:** Install Pheno-Ranker and the dependencies at `~/perl5`
115+
We will install Pheno-Ranker and the dependencies at `~/perl5`
123116

124117
cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
125118
cpanm --notest Pheno::Ranker

bin/pheno-ranker

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -354,14 +354,7 @@ First install system level dependencies:
354354
355355
sudo apt-get install cpanminus libperl-dev gcc make
356356
357-
Now you have to choose between one of the 2 options below:
358-
359-
B<Option 1:> System-level installation:
360-
361-
cpanm --notest --sudo Pheno::Ranker
362-
pheno-ranker -h
363-
364-
B<Option 2:> Install Pheno-Ranker and the dependencies at C<~/perl5>
357+
We will install Pheno-Ranker and the dependencies at C<~/perl5>
365358
366359
cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
367360
cpanm --notest Pheno::Ranker

0 commit comments

Comments
 (0)