Skip to content

Commit 496dbf3

Browse files
committed
typofixes
1 parent c7aaeb7 commit 496dbf3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,14 @@ docker-compose up
1717
```
1818
This will start up three containers: the solid server, pubsub server and a mailpit server. If you have an actual SMTP server running, feel free to remove the mailpit container.
1919

20-
Run the following commands to set up the container (replace 'solid' below with the name of your
21-
container):
20+
Run the following commands to set up the container (replace 'solid' below with the name of your container):
2221
```
2322
docker exec -w /opt/solid/ solid mkdir keys pods db
2423
docker exec -w /opt/solid/ solid chown -R www-data:www-data keys pods db
2524
docker exec -w /opt/solid/ solid cp config.php.example config.php
2625
```
2726

28-
Update the values in the config.php file where needed, then run the
29-
initialization scrip:
27+
Update the values in the config.php file where needed, then run the initialization script:
3028
```
3129
docker exec -u www-data -i -w /opt/solid/ solid php init.php
3230
```

0 commit comments

Comments
 (0)