We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d4177 commit f4053c7Copy full SHA for f4053c7
1 file changed
HELP_PAD.md
@@ -0,0 +1,23 @@
1
+## Ubuntu login
2
+```sh
3
+proot-distro login ubuntu
4
+```
5
+
6
+## Jekyll Install
7
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