Skip to content

Commit

Permalink
Merge pull request #42 from sopel-irc/tweak-source-install
Browse files Browse the repository at this point in the history
installing: /releases/latest doesn't go to a tarball for latest source
  • Loading branch information
dgw authored Aug 3, 2023
2 parents 7ebe587 + 12dae5f commit ec00d1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _usage/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ latest source below.
### Latest source

First, either clone the repository with `git clone
git://github.com/sopel-irc/sopel.git` or download a tarball [from GitHub]({{
site.repo }}/releases/latest).
git://github.com/sopel-irc/sopel.git` or download a [source zip from GitHub]({{
site.repo }}/archive/refs/heads/master.zip).

In the source directory (whether cloned or extracted from the tarball) run
In the source directory (whether cloned or extracted from the zipfile), run
`pip install -e .`. During the installation process, `pip` should install any
missing dependencies automatically. After it finishes, you can run `sopel` to
configure and start the bot.
Expand Down

0 comments on commit ec00d1b

Please sign in to comment.