Skip to content

Commit

Permalink
Fix online install guide
Browse files Browse the repository at this point in the history
Fix online install guide
  • Loading branch information
CNOCTAVE committed Oct 10, 2024
1 parent 16ddd18 commit 3f9b8bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: octave_zstd
Version: 1.0.0
Date: 2024-09-27
Version: 1.0.1
Date: 2024-10-10
Author: various authors
Maintainer: Yu Hongbo <[email protected]>, CNOCTAVE <[email protected]>
Title: ZSTD wrapper
Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
** v1.0.1
Fix online install guide.
-------------------------------------------------------
** v1.0.0
Add document website.
Add bug tracker website.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<div id="online_install" class="title1 q-ma-md text-primary">在线安装</div>
<p class="q-ma-md">octave_zstd可以在线安装。</p>
<div class="text-h5 q-ma-md text-red-10">在线安装octave_zstd,代码如下:</div>
<p class="q-ma-md">>> pkg install -forge https://github.com/CNOCTAVE/octave_zstd/releases/download/1.0.0/octave_zstd-1.0.0.tar.gz</p>
<p class="q-ma-md">>> pkg install 'https://github.com/CNOCTAVE/octave_zstd/releases/download/1.0.1/octave_zstd.tar.gz'</p>
<q-separator></q-separator>
<div id="source_code_install" class="title1 q-ma-md text-primary">源码安装</div>
<p class="q-ma-md">octave_zstd可以直接使用tar包安装。</p>
Expand Down

0 comments on commit 3f9b8bb

Please sign in to comment.