summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordelano <delano@solutious.com>2017-01-26 14:21:00 -0800
committerdelano <delano@solutious.com>2017-01-26 14:21:00 -0800
commit0da265fcd2a47ea98631509a0b671ea9f97eb02f (patch)
treec6e6c8f58cd9093a547122f37c1d1d8deedbf60d
parent59ffdec6ed5ae5b54ea2f135e4a15009bf2e1b50 (diff)
downloadnet-ssh-gateway-0da265fcd2a47ea98631509a0b671ea9f97eb02f.tar.gz
Tidied up the README
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index d02ed9c..1fba811 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Net::SSH::Gateway
-<em><b>Please note: this project is in maintenance mode. It is not under active development but pull requests are very much welcome. Just be sure to include tests! -- delano</b></em>
+<em><b>Please note: this project is in maintenance mode. It is not under active development but pull requests are very much welcome. Just be sure to include tests!</b></em>
* Docs: http://net-ssh.github.com/net-ssh-gateway
* Issues: https://github.com/net-ssh/net-ssh-gateway/issues
@@ -54,20 +54,20 @@ If you want to run the tests or use any of the Rake tasks, you'll need:
## INSTALL:
-* gem install net-ssh-gateway
+ $ gem install net-ssh-gateway
-However, in order to be sure the code you're installing hasn't been tampered with, it's recommended that you verify the signiture[http://docs.rubygems.org/read/chapter/21]. To do this, you need to add my public key as a trusted certificate (you only need to do this once):
+However, in order to be sure the code you're installing hasn't been tampered with, it's recommended that you verify the [signature](http://guides.rubygems.org/security/). To do this, you need to add the project's public key as a trusted certificate (you only need to do this once):
# Add the public key as a trusted certificate
# (You only need to do this once)
- $ curl -O https://raw.github.com/net-ssh/net-ssh/master/gem-public_cert.pem
- $ gem cert --add gem-public_cert.pem
+ $ curl -O https://raw.githubusercontent.com/net-ssh/net-ssh-gateway/master/net-ssh-public_cert.pem
+ $ gem cert --add net-ssh-public_cert.pem
Then, when install the gem, do so with high security:
$ gem install net-ssh-gateway -P HighSecurity
-If you don't add the public key, you'll see an error like "Couldn't verify data signature". If you're still having trouble let me know and I'll give you a hand.
+If you don't add the public key, you'll see an error like "Couldn't verify data signature".
## LICENSE: