369
219

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【GitHub】README.md に画像を表示させる簡単な方法

Last updated at Posted at 2019-02-07

#初めに
GitHubのREADME.mdに、自分が作ったサービスのUIや使い方などを画像で表示できたら嬉しいなと思い、調べてみたら簡単にできました。

##①GitHubで新規issueを作成

画像を表示させたいリポジトリで、新規Issueを作成します。

スクリーンショット 2019-02-08 8.32.29.png

##②表示したい画像をドロップ

作成したisssueのコメントに、表示させたい画像をドロップしてきます。
スクリーンショット 2019-02-08 8.33.24.png

##③生成された画像URLをREADME.mdにペースト
こんな感じで画像URLが生成されます。
スクリーンショット 2019-02-08 8.42.23.png

これをそのままREADME.mdにペーストします。

スクリーンショット 2019-02-08 8.44.46.png

こんな感じで表示されます。issueはcloseさせちゃいましょう。
スクリーンショット 2019-02-08 8.46.41.png

超簡単ですね!

#参考記事

369
219
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
369
219

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?