Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Yousuf28 committed Aug 22, 2024
1 parent 1732a61 commit f856cd0
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@ of a given repeat-dose toxicological study.

# Installation

clone the repo and follow the instructions.
```
# Install from GitHub
install.packages("devtools")
devtools::install_github('phuse-org/send-summarizer')
```

`
### for development
clone the repo and follow the instructions.

```
setwd('send-summarizer')
Expand All @@ -23,14 +29,6 @@ sendSummarizer::send_cross_study_app('path_database.db')
```

### for using the package

```
setwd('send-summarizer')
devtools::install(".")
sendSummarizer::send_cross_study_app('path_database.db')
```

# more example

Expand Down

0 comments on commit f856cd0

Please sign in to comment.