We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35e7c1 commit 0eb9646Copy full SHA for 0eb9646
1 file changed
README.md
@@ -1,3 +1,12 @@
1
# Stuff What I Made
2
3
This is the source code for my making and engineering blog, [timang.us](https://timang.us).
4
+
5
+## Setup and Run
6
7
+```bash
8
+sudo apt install jekyll ruby-dev
9
+bundle config set --local path 'vendor/bundle'
10
+bundle install
11
+bundle exec jekyll serve
12
+```
0 commit comments