diff --git a/README.md b/README.md index 459345d..463da31 100755 --- a/README.md +++ b/README.md @@ -33,6 +33,12 @@ this website by running the following in the command line from the template dire bundle install ``` +If you are deploying the code from an M1 mac you may need to run the following: + +``` +bundle update ffi sassc +``` + The build and preview the website locally, execute the following: ``` bundle exec jekyll serve --watch