Skip to content

Commit d93705f

Browse files
committed
docs(readme): simplify scp command
1 parent f6589ac commit d93705f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ mysqldump -u jq_wordpress -p wordpress > wordpress.sql # Credentials are in the
6565
Then, on your local machine, run:
6666

6767
```sh
68-
scp username@wp-01.ops.jquery.net:/path/to/wordpress.sql .
68+
scp wp-01.ops.jquery.net:~/wordpress.sql . # This assumes your SQL dump is in your home directory on the server
6969
docker exec -i jquerydb mysql -u YOUR_MYSQL_USER -p YOUR_MYSQL_DATABASE < wordpress.sql
7070
```
7171

0 commit comments

Comments
 (0)