diff --git a/Gemfile b/Gemfile index 2b800358..171f5a1e 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ ruby '2.0.0' ## Used on the build server. If you add a package here (like nokogiri) ## that has non-Gem dependencies (like zlib), please remind the site ## maintainers that they need to manually update the build server(s) -## before they commit to master. If `bundle install` can satisify all +## before they commit to master. If `bundle install` can satisfy all ## your dependencies, then nothing extra needs to be done group :development do gem 'ffi-icu' diff --git a/README.md b/README.md index ebf2b7a2..bc9b85fd 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ And tell your system to use it: rvm use default -(Note: you can use a different default Ruby, but you if you ever change +(Note: you can use a different default Ruby, but if you ever change your default Ruby, you must re-run the `gem install bundle` command described below before you can build the site. If you ever receive a "eval: bundle: not found" error, you failed to re-run `gem install @@ -282,9 +282,9 @@ Plugins include: | glossary | 30 | -- | Developer glossary | redirects | 20 | -- | Redirects from old URLs | releases | 10 | -- | Bitcoin Core release notes; Download page -| sitemap | 0 | -- | /sitemap.xml +| sitemap | 10 | -- | /sitemap.xml -Notes: some plugins interact with each other; for example running +Notes: some plugins interact with each other or with translations; for example running 'autocrossref' and 'glossary' takes longer than running each other separately. Also, plugins that use remote APIs may take a long time to run if the API site is running slow.