Skip to content

Commit 21af945

Browse files
committed
Cleanup
1 parent 0e38613 commit 21af945

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ cmake --build build --config Release
192192

193193
### Installation ###
194194
```bash
195+
make man
195196
cmake --install build --config Release
196197
```
197198
Installs the scion++ and scionc libraries as well as application binaries for scitra-tun and the

scitra/src/scitra-tun/tui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)