|
@@ -26,7 +26,7 @@ use the `--browser` argument followed by the command needed to launch the web br
|
|
|
|
|
|
|
|
```bash
|
|
```bash
|
|
|
# Download the tmpmail file and make it executable
|
|
# Download the tmpmail file and make it executable
|
|
|
-$ curl -L "https://git.io/tmpmail" > tmpmail && chmod +x tmpmail
|
|
|
|
|
|
|
+$ curl -L "https://raw.githubusercontent.com/sdushantha/tmpmail/master/tmpmail" > tmpmail && chmod +x tmpmail
|
|
|
|
|
|
|
|
# Then move it somewhere in your $PATH. Here is an example:
|
|
# Then move it somewhere in your $PATH. Here is an example:
|
|
|
$ mv tmpmail ~/bin/
|
|
$ mv tmpmail ~/bin/
|