windhamdavid 3 years ago
parent
commit
4815273bdc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .gitignore
  2. 1 1
      README.md

+ 1 - 1
.gitignore

@@ -50,7 +50,7 @@ db-sync
 app/themes/*
 !app/themes/dwp/
 !app/themes/_s/
-app/plugins/
+app/plugins/*
 !app/plugins/dw_guten/
 app/uploads/
 app/blogs.dir/

+ 1 - 1
README.md

@@ -24,7 +24,7 @@ Trying to use the smallest dev footprint possible closely matching the WordPress
 	$ npm install
 	$ git submodule update --init --recursive
 	$ cd wp
-	$ git git fetch --tags && git checkout 5.3.2(WordPress version you'd like)
+	$ git fetch --tags && git checkout 5.5.1 /*(WordPress version you'd like)*/
 	$ cd ..
 	$ composer update
 	$ npm run dev