Add a space in the curl commands so it works with other shells
This commit is contained in:
parent
4fd82c8dc6
commit
59ad62e2af
|
@ -34,7 +34,7 @@ export default class Home extends React.Component {
|
|||
<p>
|
||||
Run this command: <br />
|
||||
<code>
|
||||
$ echo 'notica() { curl --data "d:$*" https://notica.us/{id}; }' >> ~/.bashrc && source ~/.bashrc
|
||||
$ echo 'notica() { curl --data "d:$*" https://notica.us/{id} ; }' >> ~/.bashrc && source ~/.bashrc
|
||||
</code>
|
||||
</p>
|
||||
<p>Go to this link to receive your notifications (bookmark it since it's yours): <Link to={'/' + id}>https://notica.us/{id}</Link></p>
|
||||
|
@ -44,7 +44,7 @@ export default class Home extends React.Component {
|
|||
<p>
|
||||
Add this line to your <code className="smallcode">.bashrc</code> file:<br />
|
||||
<code>
|
||||
notica() { curl --data "d:$*" https://notica.us/{id}; }
|
||||
notica() { curl --data "d:$*" https://notica.us/{id} ; }
|
||||
</code>
|
||||
</p>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue
Block a user