File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 uses : actions/checkout@v6
1515 with :
1616 submodules : recursive
17+ - name : Update APT cache
18+ run : sudo apt-get update
1719 - name : Install dependencies
1820 run : >
1921 sudo apt-get install -y
Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ cmake --build build --config Release
192192
193193### Installation ###
194194``` bash
195+ make man
195196cmake --install build --config Release
196197```
197198Installs the scion++ and scionc libraries as well as application binaries for scitra-tun and the
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ static const char* HELP_TEXT =
3939 " \n "
4040 " https://github.com/lschulz/scion-cpp/scitra\n "
4141 " https://github.com/netsys-lab/scion-ip-translator\n "
42- " https://lcschulz.de/\n "
42+ " https://lcschulz.de/software/scitra-tun \n "
4343 " \n "
4444 " The user interface you are seeing is drawn with Dear ImGui and ImTui. The\n "
4545 " UI can be navigated using the keyboard and if supported by your terminal\n "
You can’t perform that action at this time.
0 commit comments