oopsx 1.5.0 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,15 @@ Restart your terminal. Every failed command now plays a sound.
|
|
|
12
12
|
|
|
13
13
|
## Custom sound
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
1. Go to [myinstants.com](https://www.myinstants.com) and search for any meme sound
|
|
16
|
+
2. Open the sound page and copy the URL from your browser's address bar
|
|
17
|
+
3. Run:
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
oopsx instant <paste-url-here>
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
Example:
|
|
16
24
|
|
|
17
25
|
```bash
|
|
18
26
|
oopsx instant https://www.myinstants.com/en/instant/bruh-sound-effect-26614/
|