-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding installation method for mac via pipenv #346
base: main
Are you sure you want to change the base?
Conversation
fixes #341 |
Pipenv | ||
------ | ||
|
||
This is the simplest way for now to install the Nitrokey App 2 on Mac. Further methods are being worked on. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's "macOS"
@@ -0,0 +1,39 @@ | |||
Mac Install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's "macOS"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, but this is wrong multiple times in the documentation , ill make a new issue for fixing this in the whole documentation overall
cd nitrokeyapp | ||
2. pipenv update | ||
|
||
To run the application, go into the workdirectory |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"work directory"
To run the application, go into the workdirectory | ||
:: | ||
|
||
cd nitrokeyapp and run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
fixes #341