aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorKoichi ITO <koic.ito@gmail.com>2017-08-19 22:10:10 +0900
committerKoichi ITO <koic.ito@gmail.com>2017-08-19 22:11:51 +0900
commit1450abcd19cbdb66cd6226d63fb8288b6dead312 (patch)
tree521c70df16d89951dffaf56692ebafc760b09c8f /guides
parent55273a32c5d153294f048bac8410c7b9bf060ae1 (diff)
downloadrails-1450abcd19cbdb66cd6226d63fb8288b6dead312.tar.gz
rails-1450abcd19cbdb66cd6226d63fb8288b6dead312.tar.bz2
rails-1450abcd19cbdb66cd6226d63fb8288b6dead312.zip
Fix doc format in Active Storage Setup [ci skip]
Follow up of 2ebb284ef5bf2c36bd8ba0a4524cab83810f12ab.
Diffstat (limited to 'guides')
-rw-r--r--guides/source/development_dependencies_install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/development_dependencies_install.md b/guides/source/development_dependencies_install.md
index 46fb17e44f..5a9729bb0f 100644
--- a/guides/source/development_dependencies_install.md
+++ b/guides/source/development_dependencies_install.md
@@ -364,7 +364,7 @@ sudo apt-get update && sudo apt-get install yarn
On Fedora or CentOS, just run:
-``bash
+```bash
sudo wget https://dl.yarnpkg.com/rpm/yarn.repo -O /etc/yum.repos.d/yarn.repo
sudo yum install yarn