瀏覽代碼

fix install params to install suggests as well

outline
Garrick Aden-Buie 6 年之前
父節點
當前提交
c792f5ea1e
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. +4
    -1
      setup.md

+ 4
- 1
setup.md 查看文件

@@ -15,7 +15,10 @@ install.packages("devtools")
Then, you can install the `js4shiny` package with the following code. If you run into any issues, don't worry: we can diagnose them together at the workshop.

```r
devtools::install_git("https://git.garrickadenbuie.com/js4shiny/js4shiny.git")
devtools::install_git(
url = "https://git.garrickadenbuie.com/js4shiny/js4shiny.git",
dependencies = TRUE
)
```

### Node and npm

Loading…
取消
儲存