blob: 99f210ebb95860c365f575d433de9b6dfc70ea7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@title = 'FAQ'
h1. General topics
h2. How to I remove a provider?
We are working on an easy way to remove a provider once it has been added. For now, you can remove the provider manually. Suppose the provider was example.org:
* On Linux, run @rm -r ~/.config/leap/providers/example.org@
* On Mac, ???
* On Windows, ???
|