Skip to content

Commit a8b73ba

Browse files
(README) no pre-build files anymore (RobotWebTools#656)
1 parent db477d5 commit a8b73ba

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,17 @@ This project is released as part of the [Robot Web Tools](https://robotwebtools.
1212

1313
## Usage
1414

15-
Pre-built files can be found in either [roslib.js](build/roslib.js) or [roslib.min.js](build/roslib.min.js).
15+
Install roslibjs with any NPM-compatible package manager via, for example,
1616

17-
Alternatively, you can use the current release via the [JsDelivr](https://www.jsdelivr.com/) CDN: ([full](https://cdn.jsdelivr.net/npm/roslib@1/build/roslib.js)) | ([min](https://cdn.jsdelivr.net/npm/roslib@1/build/roslib.min.js))
17+
```bash
18+
npm install roslib
19+
```
20+
21+
~Pre-built files can be found in either [roslib.js](build/roslib.js) or [roslib.min.js](build/roslib.min.js).~
22+
23+
As we are updating to v2, we don't provide pre-built files anymore in the repo.
24+
25+
Alternatively, you can use the v1 release via the [JsDelivr](https://www.jsdelivr.com/) CDN: ([full](https://cdn.jsdelivr.net/npm/roslib@1/build/roslib.js)) | ([min](https://cdn.jsdelivr.net/npm/roslib@1/build/roslib.min.js))
1826

1927
## Troubleshooting
2028

0 commit comments

Comments
 (0)