Skip to content

Commit 73a465e

Browse files
committed
docs(migration-guide): clarify config directory ownership requirements
Signed-off-by: 0xsysr3ll <[email protected]>
1 parent a81bcda commit 73a465e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/migration-guide.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ If you're migrating from a previous installation, you may need to update the own
3131
sudo chown -R 1000:1000 /path/to/appdata/config
3232
```
3333

34-
Alternatively, you can use `chmod` to grant permissions:
35-
```bash
36-
sudo chmod -R 755 /path/to/appdata/config
37-
```
34+
This ensures the `node` user (UID 1000) owns the config directory and can read and write to it.
3835
:::
3936

4037
### Unix

0 commit comments

Comments
 (0)