Skip to content

Commit f4053c7

Browse files
committed
feat: HELP_PAD.md
1 parent 27d4177 commit f4053c7

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

HELP_PAD.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Ubuntu login
2+
```sh
3+
proot-distro login ubuntu
4+
```
5+
6+
## Jekyll Install
7+
```sh
8+
pkg update
9+
pkg install tsu
10+
pkg install ruby git build-essential
11+
gem install jekyll bundler
12+
pkg install git ruby clang make
13+
echo 'export GEM_HOME=$HOME/.gem' >> ~/.profile
14+
echo 'export PATH=$HOME/.gem/bin:$PATH' >> ~/.profile
15+
source ~/.profile
16+
gem install bundler jekyll
17+
```
18+
19+
## Run jekyll server
20+
```
21+
bundle install
22+
bundle exec jekyll serve
23+
```

0 commit comments

Comments
 (0)