Skip to content

Commit

Permalink
Merge pull request #741 from ishikawa999/change-imagemagick-install-c…
Browse files Browse the repository at this point in the history
…ommand

Add sudo apt-get update
  • Loading branch information
hsbt authored Oct 10, 2023
2 parents 9a8811a + 7b54be7 commit 55b5560
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _pages/thumbnails.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ brew install imagemagick
<div class="nix">
<p>Ubuntu を使っている場合、ターミナルで次のコマンドを実行してください:</p>
{% highlight sh %}
sudo apt-get install imagemagick
sudo apt-get update
sudo apt-get install -y imagemagick
{% endhighlight %}
</div>
<div class="win">
Expand Down

0 comments on commit 55b5560

Please sign in to comment.