mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
12 lines
300 B
ReStructuredText
12 lines
300 B
ReStructuredText
Uninstalling the Hasura CLI
|
|
===========================
|
|
|
|
To uninstall the Hasura CLI you just need to delete the binary file from its installation location.
|
|
|
|
By default, the binary is installed at ``/usr/local/bin/hasura``
|
|
|
|
.. code-block:: bash
|
|
|
|
# use sudo if required
|
|
$ rm /usr/local/bin/hasura
|