diff --git a/README.md b/README.md index 399edec..3138a39 100644 --- a/README.md +++ b/README.md @@ -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... -----------