Add additional step in the Mac installation instructions to start the daemon (#138)

This commit is contained in:
pascal-fischer
2023-02-22 20:55:36 +01:00
committed by GitHub
parent 7cea7e7f54
commit f3c7d877f8

View File

@@ -30,13 +30,23 @@ export const LinuxTab = () => {
} as StepCommand,
{
key: 3,
title: 'Start NetBird daemon:',
commands: [
`sudo netbird service install`,
`sudo netbird service start`
].join('\n'),
copied: false,
showCopyButton: true
} as StepCommand,
{
key: 4,
title: 'Run NetBird and log in the browser:',
commands: formatNetBirdUP(),
copied: false,
showCopyButton: true
} as StepCommand,
{
key: 4,
key: 5,
title: 'Get your IP address:',
commands: [
`sudo ifconfig utun100`