diff options
author | Arun Agrawal <arunagw@gmail.com> | 2017-08-19 18:48:28 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-19 18:48:28 +0530 |
commit | 0e7a5661dc6153a3726759588cd99cdf5e002c75 (patch) | |
tree | 521c70df16d89951dffaf56692ebafc760b09c8f | |
parent | 55273a32c5d153294f048bac8410c7b9bf060ae1 (diff) | |
parent | 1450abcd19cbdb66cd6226d63fb8288b6dead312 (diff) | |
download | rails-0e7a5661dc6153a3726759588cd99cdf5e002c75.tar.gz rails-0e7a5661dc6153a3726759588cd99cdf5e002c75.tar.bz2 rails-0e7a5661dc6153a3726759588cd99cdf5e002c75.zip |
Merge pull request #30325 from koic/fix_doc_format_in_active_storage_setup
Fix doc format in Active Storage Setup [ci skip]
-rw-r--r-- | guides/source/development_dependencies_install.md | 2 |
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 |