From f32871f2d3c56e7789cfb2509083fba5119a699d Mon Sep 17 00:00:00 2001 From: szTheory Date: Tue, 31 Oct 2023 01:01:55 +0000 Subject: [PATCH] Update USAGE.md Clarified documentation I found confusing while installing --- USAGE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/USAGE.md b/USAGE.md index 4d77b052d..e7e19e8af 100644 --- a/USAGE.md +++ b/USAGE.md @@ -64,8 +64,8 @@ After that, you may begin creating packages for your application. See [Defining ### Setting up Spring [Spring](https://github.com/rails/spring) is a preloader for Rails. Because `packwerk` loads `Rails`, it can be sped up dramatically by enabling spring. Packwerk supports the usage of Spring. -Firstly, spring needs to know about the packwerk spring command when spring is loading. To do that, add `require 'packwerk/spring_command'` to `config/spring.rb` in your application. -Secondly, to enable Spring, first run `bin/spring binstub packwerk` which will "springify" the generated binstub. +Firstly, spring needs to know about the packwerk spring command when spring is loading. To do that, add `require 'packwerk/spring_command'` to `config/spring.rb` in your application (create the file if it doesn't exist). +Secondly, to enable Spring, run `bin/spring binstub packwerk` which will "springify" the generated binstub. ## Configuring Packwerk