Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
nickolay.kovalev
erlopen62541
Commits
5e5342c5
Commit
5e5342c5
authored
Sep 01, 2020
by
nickolay.kovalev
Browse files
rebar README
parent
70222c24
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5e5342c5
...
...
@@ -38,4 +38,16 @@ ok
4
>
% read user namespace values
erlopen62541
:
read_node
(
P
,
3
,
1001
).
{
integer
,
23
}
```
# Dependency to project
Following setting of rebar simple adds port as dependency to the project:
```
erlang
{
deps
,
[
...
{
erlopen62541
,
{
git
,
"https://git.faceplate.io/nickolay.kovalev/erlopen62541.git"
,
{
branch
,
master
}}},
...
]}.
```
\ No newline at end of file
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