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>
|
<p>
|
||||||
Run this command: <br />
|
Run this command: <br />
|
||||||
<code>
|
<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>
|
</code>
|
||||||
</p>
|
</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>
|
<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>
|
<p>
|
||||||
Add this line to your <code className="smallcode">.bashrc</code> file:<br />
|
Add this line to your <code className="smallcode">.bashrc</code> file:<br />
|
||||||
<code>
|
<code>
|
||||||
notica() { curl --data "d:$*" https://notica.us/{id}; }
|
notica() { curl --data "d:$*" https://notica.us/{id} ; }
|
||||||
</code>
|
</code>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user