Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit dff9725

Browse files
authored
Update README.md
Added a command for reading the manual remotely
1 parent cdd6f09 commit dff9725

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ The man page is generated from docs/MANUAL.md using [md2man](https://github.com/
7070

7171
For system administrators/packagers: To make the man page available for all users, move it to /usr/share/man/man1 - then it can be displayed with `man tmc`.
7272

73+
You can also open the manual in your shell remotely with `curl -0 https://raw.githubusercontent.com/testmycode/tmc-cli/master/docs/tmc.1 | man -l -`. This will show the manual for the latest version. You may want to bind it to an alias for ease of use.
74+
7375
##Logging in
7476

7577
Once installation is complete, you can log in using `tmc login`. This saves your TMC login information to a configuration file in ~/.config/tmc-cli/ (or %APPDATA% on Windows) - you will only have to log in once.

0 commit comments

Comments
 (0)