Skip to content

Commit 483d984

Browse files
committed
docs: use '*_1' to make it more clear we're enumerating instances
1 parent 8720335 commit 483d984

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/howto.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,16 +161,16 @@ wholesale, with all the work that comes with that after updates,
161161
you can simply ignore just the ``commands.rc.default`` file,
162162
and replace it with an adapted copy in your *main* configuration file.
163163

164-
So, in summary, to customize a :file:`~/rtorrent` instance:
164+
So, in summary, to customize a :file:`~/rtorrent_1` instance:
165165

166166
.. code-block:: shell
167167
168168
echo >>~/.pyroscope/rtorrent.d/.rcignore "commands.rc.default"
169-
sed -r -e 's:--detach:--detach,-D,"rtorrent_rc=~/rtorrent1/rtorrent.rc":' \
169+
sed -r -e 's:--detach:--detach,-D,"rtorrent_rc=~/rtorrent_1/rtorrent.rc":' \
170170
~/.pyroscope/rtorrent.d/commands.rc.default \
171-
>>~/rtorrent1/rtorrent.rc
171+
>>~/rtorrent_1/rtorrent.rc
172172
173-
Now commands like ``s=`` are defined in ``~/rtorrent1/rtorrent.rc``, and
173+
Now commands like ``s=`` are defined in ``~/rtorrent_1/rtorrent.rc``, and
174174
``commands.rc.default`` is not imported, so no duplicate definition errors occur.
175175

176176
.. tip::

0 commit comments

Comments
 (0)