📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)

42行目: 42行目:
[https://github.com/fish-shell/fish-shell/releases FishのGithub]からソースコードをダウンロードする。<br>
[https://github.com/fish-shell/fish-shell/releases FishのGithub]からソースコードをダウンロードする。<br>
または、<code>git</code>コマンドを使用してソースコードをダウンロードする。<br>
または、<code>git</code>コマンドを使用してソースコードをダウンロードする。<br>
  wget https://github.com/fish-shell/fish-shell/archive/refs/tags/<バージョン>.tar.gz
  wget [https://github.com/fish-shell/fish-shell/releases/download/3.3.1/fish-3.3.1.tar.xz https://github.com/fish-shell/fish-shell/releases/download/x.x.x/fish-x.x.x.tar.xz]
  tar xf fish-*.tar.gz
  tar xf fish-*.tar.gz
  # または
  # または