Update README.md
Browse files
README.md
CHANGED
@@ -35,6 +35,7 @@ sudo apt-get install git-lfs
|
|
35 |
git lfs install
|
36 |
git clone https://huggingface.co/slicexai/elm-v0.1_toxicity_detection
|
37 |
```
|
|
|
38 |
### Installation
|
39 |
```bash
|
40 |
cd elm-v0.1_toxicity_detection
|
|
|
35 |
git lfs install
|
36 |
git clone https://huggingface.co/slicexai/elm-v0.1_toxicity_detection
|
37 |
```
|
38 |
+
For Macbook, replace `sudo apt-get install git-lfs` with `brew install git-lfs`
|
39 |
### Installation
|
40 |
```bash
|
41 |
cd elm-v0.1_toxicity_detection
|