Skip to content

Commit

Permalink
docs(readme): Should be homeadditions and not .homeadditions
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Aug 4, 2023
1 parent 9de4ffc commit 16bdcd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- [Other commands](#other-commands)
- [Technical notes](#technical-notes)
- [`arm64`](#arm64)
- [`.npmrc` file and `.ddev/.homeadditions`](#npmrc-file-and-ddevhomeadditions)
- [`.npmrc` file and `.ddev/homeadditions`](#npmrc-file-and-ddevhomeadditions)
- [Thanks](#thanks)
- [Contribute](#contribute)

Expand Down Expand Up @@ -120,12 +120,12 @@ For example:

On `arm64` machine, edit the `playwright-build/Dockerfile` file to use `mcr.microsoft.com/playwright:focal-arm64` base image.

### `.npmrc` file and `.ddev/.homeadditions`
### `.npmrc` file and `.ddev/homeadditions`

If you wish to use a specific `.npmrc` file (for private NPM registries for example), you just need to place the `.npmrc` file in the `.ddev/.homeadditions` folder of your project. This way, the `ddev playwright-install` command
If you wish to use a specific `.npmrc` file (for private NPM registries for example), you just need to place the `.npmrc` file in the `.ddev/homeadditions` folder of your project. This way, the `ddev playwright-install` command
will automatically retrieve it.

More generally, all the `.ddev/.homeadditions` folder content is copied to `/home/pwuser` folder when the `playwright`
More generally, all the `.ddev/homeadditions` folder content is copied to `/home/pwuser` folder when the `playwright`
container is build.


Expand Down

0 comments on commit 16bdcd1

Please sign in to comment.