Skip to content

Commit

Permalink
update download url
Browse files Browse the repository at this point in the history
  • Loading branch information
lostbard committed Oct 12, 2022
1 parent 5e043eb commit 0d3be84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The toolkit can be installed in Octave 7.2+ using the command:

On older versions of Octave, install the package using the full path to the latest released version:

pkg install "https://github.com/gnu-octave/octave-sqlite/archive/refs/tags/release-0.0.1.tar.gz"
pkg install "https://github.com/gnu-octave/octave-sqlite/releases/v0.0.1/octave-sqlite-0.0.1.tar.gz"

After installation, load the package in order to use it.

Expand Down
2 changes: 1 addition & 1 deletion doc/octave-sqlite.texi
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ With an internet connection available, the octave sqlite package can be installe
the octave-sqlite website using the following command within @acronym{GNU} Octave:

@example
pkg install https://github.com/gnu-octave/octave-sqlite/archive/refs/tags/release-@value{VERSION}.tar.gz
pkg install https://github.com/gnu-octave/octave-sqlite/releases/v@value{VERSION}/octave-sqlite-@value{VERSION}.tar.gz
@end example

On Octave 7.2 and later, the package can be installed using the following command within
Expand Down

0 comments on commit 0d3be84

Please sign in to comment.