Skip to content

Commit

Permalink
Fix bzr fastimport plugin install guide
Browse files Browse the repository at this point in the history
Bzr would not find plugin in the old place on Ubuntu 16.04.
  • Loading branch information
n-epifanov authored Apr 22, 2018
1 parent 4a3dec9 commit 8d5ff54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/09-git-and-other-scms/sections/import-bzr.asc
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ If the package is not available, you may install it as a plugin:

[source,console]
----
$ mkdir --parents ~/.bazaar/plugins/bzr # creates the necessary folders for the plugins
$ cd ~/.bazaar/plugins/bzr
$ mkdir --parents ~/.bazaar/plugins # creates the necessary folders for the plugins
$ cd ~/.bazaar/plugins
$ bzr branch lp:bzr-fastimport fastimport # imports the fastimport plugin
$ cd fastimport
$ sudo python setup.py install --record=files.txt # installs the plugin
Expand Down

0 comments on commit 8d5ff54

Please sign in to comment.