1
0
mirror of https://github.com/danog/tergent.git synced 2024-11-26 20:15:00 +01:00

Update installation instructions

This commit is contained in:
Kaan Karaagacli 2018-10-07 23:46:47 -07:00
parent 1afde30905
commit 8aa6fc3d71
No known key found for this signature in database
GPG Key ID: AC5AC44C642C454C

View File

@ -15,7 +15,7 @@ You will need to configure cargo with the correct locations for "ar" and "linker
[https://mozilla.github.io/firefox-browser-architecture/experiments/2017-09-21-rust-on-android.html](https://mozilla.github.io/firefox-browser-architecture/experiments/2017-09-21-rust-on-android.html)
Then this project can be compiled with the command `cargo build --target=aarch64-linux-android` (or any other Android target).
Alternatively, you can download a debug build for ARM64 Android from the releases page.
Alternatively, you can download a precompiled deb package from the releases page.
Usage
-----
@ -27,7 +27,7 @@ Usage
3. Verify the key is generated by running the command `termux-keystore list`.
4. Run tergent with this command: `eval $(./tergent)`.
4. Run tergent with this command: `eval $(tergent)`.
5. Again list the keys to verify, but now using the standard ssh tool: `ssh-add -l`.
@ -37,7 +37,7 @@ Usage
7. Connect to your server using the usual command `ssh example.com`.
You will need to run the command `eval $(./tergent)` every time you start up the terminal. This command can be included in .bash_profile (or a similar script) for convenience.
You will need to run the command `eval $(tergent)` every time you start up the terminal. This command can be included in .bash_profile (or a similar script) for convenience.
How do I...
-----------