Skip to content

Commit facd5f6

Browse files
authored
switch to vcs2l (#630)
* switch to vcs2l
1 parent face0d4 commit facd5f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ and uses client-side javascript for quick searching and visualization.
2525
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
2626
apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
2727
sudo apt-get update
28-
sudo apt-get install curl git git-svn mercurial nodejs pandoc python3-vcstool
28+
sudo apt-get install curl git git-svn mercurial nodejs pandoc python3-vcs2l
2929
```
3030

3131
##### Ruby 2.2 via RVM

docker/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apt-get update && \
2828
pandoc \
2929
pkg-config \
3030
python3-pip \
31-
python3-vcstool \
31+
python3-vcs2l \
3232
ruby \
3333
ruby-dev \
3434
rubygems-integration && \

0 commit comments

Comments
 (0)