Skip to content

Commit 0eb9646

Browse files
committed
Instructions to my future self
1 parent e35e7c1 commit 0eb9646

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# Stuff What I Made
22

33
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

Comments
 (0)