Skip to content

Commit 247529c

Browse files
committed
updated readme
1 parent 61bd86d commit 247529c

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
TextMate 2 adds a nice feature, where it is possible to edit files on a remote server
66
using a helper script. The original helper script provided with TM2 is implemented in
7-
ruby. Here is my attempt to replace this ruby script with a shell script, because in
7+
ruby. Here is my attempt to replace this ruby script with a shell script, because in
88
some cases a ruby installation might just be too much overhead for just editing remote
99
files.
1010

@@ -23,7 +23,7 @@ addition:
2323
If you are logged in on the remote system, you can now just execute
2424

2525
rmate test.txt
26-
26+
2727

2828
### Remote clients
2929

@@ -39,7 +39,7 @@ Example session: Editing html file located on an SGI o2: <https://github.com/aur
3939

4040
## Requirements
4141

42-
A bash with compiled support for "/dev/tcp" is required. This is not the case on some
42+
A bash with compiled support for "/dev/tcp" is required. This is not the case on some
4343
older linux distributions, like Ubuntu 9.x.
4444

4545
## Usage
@@ -68,9 +68,9 @@ Read text from stdin
6868

6969
### Default parameter configuration
7070

71-
Some default parameters (_host_ and _port_) can be configured by defining them
72-
as the environment variables `RMATE_HOST` and `RMATE_PORT` or by putting them
73-
in a configuration file. The configuration files loaded are `/etc/rmate.rc`
71+
Some default parameters (_host_ and _port_) can be configured by defining them
72+
as the environment variables `RMATE_HOST` and `RMATE_PORT` or by putting them
73+
in a configuration file. The configuration files loaded are `/etc/rmate.rc`
7474
and `~/.rmate.rc`, e.g.:
7575

7676
host: auto # prefer host from SSH_CONNECTION over localhost
@@ -85,8 +85,9 @@ The precedence for setting the configuration is (higher precedence counts):
8585

8686
1. default (localhost, 52698)
8787
2. /etc/rmate.rc
88-
3. ~/.rmate.rc
89-
4. environment variables (RMATE\_HOST, RMATE\_PORT)
88+
3. ~/.rmate/rmate.rc
89+
4. ~/.rmate.rc
90+
5. environment variables (RMATE\_HOST, RMATE\_PORT)
9091

9192
## Disclaimer
9293

@@ -97,7 +98,7 @@ any damage the software may cause to your system or files.
9798

9899
rmate
99100

100-
Copyright (C) 2011-2014 by Harald Lapp <[email protected]>
101+
Copyright (C) 2011-2015 by Harald Lapp <[email protected]>
101102

102103
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
103104

0 commit comments

Comments
 (0)