Skip to content

Commit 733319a

Browse files
authored
Merge pull request #79 from UBC-MDS/newapp
update installation in README
2 parents d20005e + ef28aa8 commit 733319a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,12 @@ git clone https://github.com/UBC-MDS/DS-Salaries.git
6363
install.packages(c('shiny', 'tidyverse', 'ggplot2', 'thematic', 'plotly', 'dplyr', 'leaflet', 'bslib', 'rnaturalearthdata', 'rnaturalearth', 'sf', 'htmltools'))
6464
```
6565

66-
3. Finally, move to the directory and run the following command to run the app locally:
66+
3. Finally, navigate to the top/root directory of the repository and run the following command in terminal::
6767

6868
```{r}
6969
RScript app.R
7070
```
71+
4. Please copy the http address and paste it in your browser and run the dashboard.
7172

7273
## Get Involved
7374

0 commit comments

Comments
 (0)