Reflect upstream URL rename
This commit is contained in:
parent
2aa6390146
commit
e7be281b58
|
@ -36,9 +36,9 @@ Runtime dependencies:
|
||||||
Optional runtime dependencies:
|
Optional runtime dependencies:
|
||||||
xcb, xcb-xfixes (the first two for the TUI), gtk+-3.0 (for the GUI)
|
xcb, xcb-xfixes (the first two for the TUI), gtk+-3.0 (for the GUI)
|
||||||
|
|
||||||
$ git clone --recursive https://git.janouch.name/p/sdtui.git
|
$ git clone --recursive https://git.janouch.name/p/tdv.git
|
||||||
$ mkdir sdtui/build
|
$ mkdir tdv/build
|
||||||
$ cd sdtui/build
|
$ cd tdv/build
|
||||||
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug \
|
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug \
|
||||||
-DWITH_X11=ON -DWITH_GUI=ON
|
-DWITH_X11=ON -DWITH_GUI=ON
|
||||||
$ make
|
$ make
|
||||||
|
@ -101,7 +101,7 @@ Given all issues with the file format, it might be better to start anew.
|
||||||
|
|
||||||
Contributing and Support
|
Contributing and Support
|
||||||
------------------------
|
------------------------
|
||||||
Use https://git.janouch.name/p/sdtui to report any bugs, request features,
|
Use https://git.janouch.name/p/tdv to report any bugs, request features,
|
||||||
or submit pull requests. `git send-email` is tolerated. If you want to discuss
|
or submit pull requests. `git send-email` is tolerated. If you want to discuss
|
||||||
the project, feel free to join me at ircs://irc.janouch.name, channel #dev.
|
the project, feel free to join me at ircs://irc.janouch.name, channel #dev.
|
||||||
|
|
||||||
|
|
|
@ -89,7 +89,7 @@ _~/.config/tdv/tdv.conf_::
|
||||||
|
|
||||||
Reporting bugs
|
Reporting bugs
|
||||||
--------------
|
--------------
|
||||||
Use https://git.janouch.name/p/sdtui to report bugs, request features,
|
Use https://git.janouch.name/p/tdv to report bugs, request features,
|
||||||
or submit pull requests.
|
or submit pull requests.
|
||||||
|
|
||||||
See also
|
See also
|
||||||
|
|
Loading…
Reference in New Issue