Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-nRF5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-nRF5
Commits
2de812ee
Unverified
Commit
2de812ee
authored
Feb 24, 2018
by
dlabun
Committed by
GitHub
Feb 24, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #249 from probonopd/patch-2
Enable cut and paste installation on Linux
parents
e4d75a50
99402af6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
2de812ee
...
@@ -130,7 +130,7 @@ No additional setup required.
...
@@ -130,7 +130,7 @@ No additional setup required.
For 64-bit Linux users,
```libc6:i386```
,
```libstdc++6:i386```
,
```libncurses5:i386```
and
```libudev1:i386```
need to be installed :
For 64-bit Linux users,
```libc6:i386```
,
```libstdc++6:i386```
,
```libncurses5:i386```
and
```libudev1:i386```
need to be installed :
*
```sudo dpkg --add-architecture i386```
*
```sudo dpkg --add-architecture i386```
*
```sudo apt-get update```
*
```sudo apt-get update```
*
```sudo apt-get install libc6:i386 libstdc++6:i386 libncurses5:i386 libudev1:i386```
*
```sudo apt-get
-y
install libc6:i386 libstdc++6:i386 libncurses5:i386 libudev1:i386```
##### Windows
##### Windows
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment