diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2019-01-20 11:45:15 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-20 11:45:15 +0900 |
commit | 31e118c39dc50a5ffeffe2b745a26b4c56651a35 (patch) | |
tree | d67952a4566200b14d44c5a813006ba1b76e0c48 /guides | |
parent | 4a0e3809be480cd3e0ca503d451b966259b232e9 (diff) | |
parent | 535af8798c697d758d5f99754eb2f6c246d042c0 (diff) | |
download | rails-31e118c39dc50a5ffeffe2b745a26b4c56651a35.tar.gz rails-31e118c39dc50a5ffeffe2b745a26b4c56651a35.tar.bz2 rails-31e118c39dc50a5ffeffe2b745a26b4c56651a35.zip |
Merge pull request #34988 from bogdanvlviv/fix-development_dependencies_install
Update "Development Dependencies Install" guide [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/development_dependencies_install.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guides/source/development_dependencies_install.md b/guides/source/development_dependencies_install.md index b3baf726e3..e84e5561f2 100644 --- a/guides/source/development_dependencies_install.md +++ b/guides/source/development_dependencies_install.md @@ -227,7 +227,6 @@ If you're using another database, check the file `activerecord/test/config.yml` If you installed Yarn, you will need to install the javascript dependencies: ```bash -$ cd activestorage $ yarn install ``` |