seankross / postcards

💌 Create simple, beautiful personal websites and landing pages using only R Markdown.
Other
540 stars 84 forks source link

Readme suggestion #9

Closed elinw closed 3 years ago

elinw commented 3 years ago

I'd suggest that you use

remotes::install_github("seankross/postcards", ref = "main")

In the readme since in older versions of remotes the default is to "master" and those users will get an error if they try to install without the ref.

seankross commented 3 years ago

Great idea, fixed in 7186f35. Thank you.