Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #49 and #51, might have performance implications #54

Closed
wants to merge 16 commits into from
Closed
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,23 @@ The downside is that equations are not rendered for team members without the Mat

## How do I install it?

Download and run the script. Restart the Slack client. You're done!
Get and run the script. Restart the Slack client. You're done!

### Getting the script

### Mac and Linux

Run the following in a terminal:

```shell
curl -OL https://github.com/fsavje/math-with-slack/releases/download/v0.2.5/math-with-slack.sh
sudo bash math-with-slack.sh
curl -OL https://raw.githubusercontent.com/psg-mit/math-with-slack/v3/math-with-slack.py
sudo python math-with-slack.py
```


### Windows

!!! Current support for windows is unknown

[Download the script](https://github.com/fsavje/math-with-slack/releases/download/v0.2.5/math-with-slack.bat) and double-click to run. Alternatively, run it in the command prompt with:

```shell
Expand Down
Loading