mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-15 00:19:25 +01:00
pages/external/identifying: add Windows under HexChat.
This commit is contained in:
parent
88c55f0d0e
commit
e86b86c219
5
pages/external/identifying.html
vendored
5
pages/external/identifying.html
vendored
@ -118,7 +118,10 @@ cp YOURNICKNAMEHERE.pem ~/.config/hexchat/certs/client.pem</code></pre>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<h5 id="windows-1">Windows</h5>
|
||||
<p><strong>TODO: Find out the PATHS and put those commands there.</strong></p>
|
||||
<p>If you followed my instructions with msysgit setup, you can now run the following and it works.</p>
|
||||
<pre><code>mkdir -p %appdata%\hexchat\certs
|
||||
cp YOURNICKNAMEHERE.pem %appdata%\hexchat\certs\client.pem</code></pre>
|
||||
<p>If you use portable HexChat (the option in setup), create a folder <code>certs</code> under the <code>config</code> directory and copy YOURNICKNAMEHERE.pem there and rename it to <code>client.pem</code>.</p>
|
||||
<p>You can now return to below the three *nix commands to the part which you skipped to check your settings.</p>
|
||||
<h4 id="limnoria-1">Limnoria</h4>
|
||||
<p>Insert your .pem file somewhere where the bot can read it and tell your bot to read use it while connecting with</p>
|
||||
|
12
pages/external/identifying.html.md
vendored
12
pages/external/identifying.html.md
vendored
@ -214,7 +214,17 @@ said previously, it won't work.
|
||||
|
||||
##### Windows
|
||||
|
||||
**TODO: Find out the PATHS and put those commands there.**
|
||||
If you followed my instructions with msysgit setup, you can now run the
|
||||
following and it works.
|
||||
|
||||
```
|
||||
mkdir -p %appdata%\hexchat\certs
|
||||
cp YOURNICKNAMEHERE.pem %appdata%\hexchat\certs\client.pem
|
||||
```
|
||||
|
||||
If you use portable HexChat (the option in setup), create a folder `certs`
|
||||
under the `config` directory and copy YOURNICKNAMEHERE.pem there and
|
||||
rename it to `client.pem`.
|
||||
|
||||
You can now return to below the three \*nix commands to the part which
|
||||
you skipped to check your settings.
|
||||
|
Loading…
Reference in New Issue
Block a user