Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/wzhy2000/fgwas
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhy2000 committed Jan 24, 2018
2 parents 812b97f + 198afdf commit 20a5f09
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Expand Up @@ -30,13 +30,18 @@ Please install the required R packages before you install the fGWAS package. Aft

### Install fGWAS on LINUX or Mac OSX

1) use install_github function in R console

```
git clone https://github.com/wzhy2000/fGWAS.git
library("devtools");
install_github("wzhy2000/fGWAS/pkg")
```
2) use command lines in a command window

```
git clone https://github.com/wzhy2000/fGWAS.git
cd fGWAS
R CMD INSTALL pkg
```

### Install fGWAS on Windows
Expand Down

0 comments on commit 20a5f09

Please sign in to comment.