mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Add link to source and old messenger
This commit is contained in:
parent
af0f8a134a
commit
0bd57ab10e
1 changed files with 5 additions and 1 deletions
|
@ -684,7 +684,11 @@ export async function native() {
|
|||
}
|
||||
|
||||
/**
|
||||
* Simply copies "curl -fsSl https://raw.githubusercontent.com/tridactyl/tridactyl/[your tridactyl version]/native/install.sh | bash" to the clipboard and tells the user to run it.
|
||||
* Copies the installation command for the native messenger to the clipboard and asks the user to run it in their shell.
|
||||
*
|
||||
* The native messenger's source code may be found here: https://github.com/tridactyl/native_messenger/blob/master/src/native_main.nim
|
||||
*
|
||||
* If your corporate IT policy disallows execution of binaries which have not been whitelisted but allows Python scripts, you may instead use the old native messenger by running `install.sh` or `win_install.ps1` from https://github.com/tridactyl/tridactyl/tree/master/native - the main downside is that it is significantly slower.
|
||||
*/
|
||||
//#background
|
||||
export async function nativeinstall() {
|
||||
|
|
Loading…
Add table
Reference in a new issue