Skip to content

Commit 8c08044

Browse files
committed
updated README
1 parent d9a6315 commit 8c08044

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,14 @@ s = cs50.get_string();
2424

2525
1. Run `cli50` in `python-cs50`.
2626
1. Run `sudo su -`.
27+
1. Run `apt update`.
2728
1. Run `apt install -y libmysqlclient-dev mysql-server postgresql`.
2829
1. Run `pip3 install mysqlclient psycopg2-binary`.
2930
1. In `/etc/mysql/mysql.conf.d/mysqld.cnf`, add `skip-grant-tables` under `[mysqld]`.
3031
1. In `/etc/profile.d/cli.sh`, remove `valgrind` function for now.
3132
1. Run `service mysql start`.
3233
1. Run `mysql -e 'CREATE DATABASE IF NOT EXISTS test;'`.
33-
1. In `/etc/postgresql/12/main/pg_hba.conf, change:
34+
1. In `/etc/postgresql/12/main/pg_hba.conf`, change:
3435
```
3536
local all postgres peer
3637
host all all 127.0.0.1/32 md5

0 commit comments

Comments
 (0)