libdragon 10.9.0 → 10.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ This is a wrapper for a docker container to make managing the libdragon toolchai
|
|
|
6
6
|
|
|
7
7
|
## Prerequisites
|
|
8
8
|
|
|
9
|
-
You should have [docker](https://www.docker.com/products/docker-desktop) (`>=
|
|
9
|
+
You should have [docker](https://www.docker.com/products/docker-desktop) (`>= 24`) installed on your system.
|
|
10
10
|
|
|
11
11
|
`git` is not strictly required to use the tool. Still, it is highly recommended to have git on your host machine as it will be used instead of the one in the container.
|
|
12
12
|
|
|
@@ -51,7 +51,7 @@ Download the [pre-built executable](https://github.com/anacierdem/libdragon-dock
|
|
|
51
51
|
|
|
52
52
|
### via NPM
|
|
53
53
|
|
|
54
|
-
Install [node.js](https://nodejs.org/en/download/) (`>=
|
|
54
|
+
Install [node.js](https://nodejs.org/en/download/) (`>= 18`) and install `libdragon` as a global NPM package;
|
|
55
55
|
|
|
56
56
|
npm install -g libdragon
|
|
57
57
|
|
|
@@ -132,7 +132,7 @@ To be able to share your project with the library change, you just commit your c
|
|
|
132
132
|
|
|
133
133
|
## Working on this repository
|
|
134
134
|
|
|
135
|
-
After cloning this repository on a system with node.js (`>=
|
|
135
|
+
After cloning this repository on a system with node.js (`>= 18`) & docker (`>= 24`), in this repository's root do;
|
|
136
136
|
|
|
137
137
|
npm install
|
|
138
138
|
|
|
@@ -268,3 +268,4 @@ This is an experimental dependency management.
|
|
|
268
268
|
## Funding
|
|
269
269
|
|
|
270
270
|
If this tool helped you, consider supporting its development by sponsoring it!
|
|
271
|
+
|
package/package.json
CHANGED