mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Fixed merge error
This commit is contained in:
parent
4c771ae32f
commit
c7ac555a43
1 changed files with 1 additions and 9 deletions
10
README.md
10
README.md
|
|
@ -9,21 +9,13 @@ Apache, though we will be expanding it to other platforms.
|
|||
|
||||
## Running the demo code on Ubuntu
|
||||
|
||||
<<<<<<< HEAD
|
||||
`sudo apt-get install python python-setuptools python-dev python-augeas gcc swig dialog libssl-dev`
|
||||
|
||||
`python setup.py install --user`
|
||||
|
||||
`sudo ./letsencrypt.py` (or `~/.local/bin/letsencrypt`)
|
||||
=======
|
||||
```
|
||||
sudo apt-get install python python-setuptools python-virtualenv \
|
||||
python-dev python-augeas gcc swig dialog
|
||||
python-dev python-augeas gcc swig dialog libssl-dev
|
||||
virtualenv --system-site-packages venv
|
||||
./venv/bin/python setup.py install
|
||||
sudo ./venv/bin/letsencrypt
|
||||
```
|
||||
>>>>>>> 45ef583a3cebca6159ca2e610b2d8cdd54e5ff6a
|
||||
|
||||
Note, that letsencrypt does not yet handle Debian unstable's Apache2
|
||||
conf layout.
|
||||
|
|
|
|||
Loading…
Reference in a new issue