Skip to content
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

Update Documentation for installing in Linux to use this repository #1

Open
NZSmartie opened this issue May 8, 2017 · 0 comments
Open

Comments

@NZSmartie
Copy link

Was following the instructions on https://mynewt.apache.org/latest/newt/install/newt_linux/ and found that these two sections point to debian-package:

Add the repository for the binary and source packages to the mynewt.list apt source list file.

$sudo -s
[sudo] password for <user>:
root$ cat > /etc/apt/sources.list.d/mynewt.list <<EOF
deb https://raw.githubusercontent.com/runtimeco/debian-package/master latest main
deb-src https://raw.githubusercontent.com/runtimeco/debian-package/master latest main
EOF
root$exit

and

Verify the content of the source list file:

$more /etc/apt/sources.list.d/mynewt.list
deb https://raw.githubusercontent.com/runtimeco/debian-package/master latest main
deb-src https://raw.githubusercontent.com/runtimeco/debian-package/master latest main

Even though the rest of the documentation lists debian-mynewt. Considering these two sections are used to set up the apt repositories, it's critical these are addressed.

Cheers
Roman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant