~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/mini-tutorial/index.txt

merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
    Initial import
141
141
 
142
142
 
143
 
Publishing your branch with sftp
 
143
Publishing your branch with SFTP
144
144
================================
145
145
 
146
146
There are a couple of ways to publish your branch. If you already have
164
164
 
165
165
 $ bzr branch http://www.example.com/myproject
166
166
 
167
 
**Note**: to use sftp, you may need to install ``paramiko`` and
 
167
**Note**: to use SFTP, you may need to install ``paramiko`` and
168
168
``pyCrypto``. See http://wiki.bazaar.canonical.com/InstallationFaq for details.
169
169
 
170
170