Skip to content

Commit

Permalink
docs: mention updating system before running script
Browse files Browse the repository at this point in the history
  • Loading branch information
ewang2002 committed Jan 30, 2024
1 parent 6be199c commit 3ec0d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can use the `setup.sh` script to install all necessary files and dependencie
I recommend creating a [DigitalOcean droplet](https://www.digitalocean.com/); the cheapest plan will suffice, and students with the GitHub student pack are eligible for [$200 in DigitalOcean credits for 1 year](https://education.github.com/pack/offers).

To start, copy both `setup.sh` and `nginx.conf` to the directory where you want all necessary project files to be stored at (e.g., your home directory, `~`). Then, run `sudo setup.sh`. This script will
To start, copy both `setup.sh` and `nginx.conf` to the directory where you want all necessary project files to be stored at (e.g., your home directory, `~`). Then, update your system if needed (e.g., using `apt-get update`). Afterwards, run `sudo setup.sh`. This script will
- Set the timezone to Pacific Time
- Install all dependencies needed for puppeteer to work
- Install `nvm` and the LTS version of `node.js`
Expand Down

0 comments on commit 3ec0d19

Please sign in to comment.