···1818```
1919gem install jekyll bundler
2020```
2121-3. Change into your new directory
2222-```
2323-cd personal-website
2424-```
2525-4. Install missing gems
2121+3. Install missing gems
2622```
2723bundle install
2824```
2929-5. Build the site and make it available on a local server
2525+4. Build the site and make it available on a local server
3026```
3127bundle exec jekyll serve
3228```