commit 5a0f447cc63e465c719b59f461ee7f2db3df4aba
parent fbf2338bc1da8835e4d922a9de9acbd869c9bcee
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Mon, 2 Dec 2019 15:59:30 -0500
Correct typo
Diffstat:
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/content/posts/2018-02-11-trying-out-mastodon.en.md b/content/posts/2018-02-11-trying-out-mastodon.en.md
@@ -34,7 +34,7 @@ Here's a table detailing all the dependencies and their corresponding packages i
| `ruby-build` | [`ruby-build`](https://aur.archlinux.org/packages/ruby-build/) |
| `npm` | [`npm`](https://www.archlinux.org/packages/community/any/npm/) |
-For `rbenv`, I needed to add `'eval "$(rbenv init -)"` to `.bashrc` or `.zshrc` after installation as prompted by the post installation script.
+For `rbenv`, I needed to add `eval "$(rbenv init -)"` to `.bashrc` or `.zshrc` after installation as prompted by the post installation script.
### Mastodon {#mastodon}
diff --git a/content/posts/2018-02-11-trying-out-mastodon.zh.md b/content/posts/2018-02-11-trying-out-mastodon.zh.md
@@ -34,7 +34,7 @@ slug = "trying-out-mastodon"
| `ruby-build` | [`ruby-build`](https://aur.archlinux.org/packages/ruby-build/) |
| `npm` | [`npm`](https://www.archlinux.org/packages/community/any/npm/) |
-在安装 `rbenv` 后,我需要把 `'eval "$(rbenv init -)"` 加入 `.bashrc` 或 `.zshrc` 中(安装脚本也会提示这一步骤)。
+在安装 `rbenv` 后,我需要把 `eval "$(rbenv init -)"` 加入 `.bashrc` 或 `.zshrc` 中(安装脚本也会提示这一步骤)。
### Mastodon {#mastodon}
diff --git a/org/2018.org b/org/2018.org
@@ -215,7 +215,7 @@ Here's a table detailing all the dependencies and their corresponding packages i
| =ruby-build= | [[https://aur.archlinux.org/packages/ruby-build/][=ruby-build=]] |
| =npm= | [[https://www.archlinux.org/packages/community/any/npm/][=npm=]] |
-For =rbenv=, I needed to add ='eval "$(rbenv init -)"= to =.bashrc= or =.zshrc= after installation as prompted by the post installation script.
+For =rbenv=, I needed to add =eval "$(rbenv init -)"= to =.bashrc= or =.zshrc= after installation as prompted by the post installation script.
**** Mastodon
Create user =mastodon= and to =sudoers= using =visudo=.
@@ -293,7 +293,7 @@ In the footer section, I've replaced Twitter with [[https://mstdn.shimmy1996.com
| =ruby-build= | [[https://aur.archlinux.org/packages/ruby-build/][=ruby-build=]] |
| =npm= | [[https://www.archlinux.org/packages/community/any/npm/][=npm=]] |
-在安装 =rbenv= 后,我需要把 ='eval "$(rbenv init -)"= 加入 =.bashrc= 或 =.zshrc= 中(安装脚本也会提示这一步骤)。
+在安装 =rbenv= 后,我需要把 =eval "$(rbenv init -)"= 加入 =.bashrc= 或 =.zshrc= 中(安装脚本也会提示这一步骤)。
**** Mastodon
创建用户 =mastodon= 并用 =visudo= 把该用户加入 =sudoers= 。