Ver Fonte

fix path

Shun Miyazawa há 2 anos atrás
pai
commit
220b0c9ba2
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      bin/data-migrations/README.md

+ 2 - 2
bin/data-migrations/README.md

@@ -6,7 +6,7 @@
 ## Usage
 ```
 git clone https://github.com/weseek/growi
-cd growi/bin/data-migrations/
+cd growi/bin/data-migrations
 
 NETWORK=growi_devcontainer_default \
 MONGO_URI=mongodb://growi_devcontainer_mongo_1/growi \
@@ -77,7 +77,7 @@ module.exports = [
 By passing `custom` in the environment variable `MIGRATION_MODULE` and executing it, you can apply the `custom.js` to all the latest `revisions`.
 ```
 git clone https://github.com/weseek/growi
-cd growi/bin/data-migrations/v6
+cd growi/bin/data-migrations
 
 NETWORK=growi_devcontainer_default \
 MONGO_URI=mongodb://growi_devcontainer_mongo_1/growi \