Skip to content

Commit 34298fc

Browse files
committed
Clean
1 parent 83c6973 commit 34298fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The full description is available [here](https://martinbraquet.com/meeting-ratio
2828
- [x] Ask for detailed info per profile upon registration (intellectual interests, location, cause areas, personality type, conflict style, desired type of connection, prompt answers, gender, etc.)
2929
- [x] Set up page listing all the profiles
3030
- [x] Search through all the profile variables
31-
- [ ] (Set up chat / direct messaging)
31+
- [x] (Set up chat / direct messaging)
3232
- [x] Set up domain name (https://compassmeet.com)
3333

3434
#### Secondary To Do
@@ -62,7 +62,7 @@ git clone git@github.com:CompassMeet/Compass.git
6262
cd Compass
6363
```
6464

65-
Install `opentofu`, `docker`, and `yarn`. Try running on Linux or macOS:
65+
Install `opentofu`, `docker`, and `yarn`. Try running this on Linux or macOS for a faster install:
6666
```bash
6767
./setup.sh
6868
```
@@ -130,7 +130,7 @@ Note that your local database will be made of synthetic data, not real users. Th
130130

131131
Make sure the tests pass:
132132
```bash
133-
npm run test
133+
yarn test
134134
```
135135

136136
### Running the Development Server

0 commit comments

Comments
 (0)