You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTRUCTIONS.es.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ $ psql --version
12
12
13
13
A continuación, revisa el contenido del archivo `./.env` y sigue los pasos que se describen a continuación:
14
14
15
-
1. Crea un usuario nuevo para conectarte a tu base de datos: `$ psql -U postgres -c \"CREATE USER gitpod;\"`
16
-
2. Crea una nueva base de datos dentro del motor de Postgres personalizando y ejecutando el siguiente comando: `$ psql -U postgres -c \"CREATE DATABASE sample_db OWNER gitpod;\"`
15
+
1. Crea un usuario nuevo para conectarte a tu base de datos: `$ psql -U postgres -c "CREATE USER gitpod;"`
16
+
2. Crea una nueva base de datos dentro del motor de Postgres personalizando y ejecutando el siguiente comando: `$ psql -U postgres -c "CREATE DATABASE sample_db OWNER gitpod;"`
17
17
3. Conéctate al motor de Postgres para utilizar tu base de datos, manipular tablas y datos: `$ psql -h localhost -U <username> <db_name>`
18
18
19
19
> NOTA: Recuerda revisar la información del fichero `./.env` para obtener el `username` y el `db_name`.
0 commit comments