Skip to content
This repository has been archived by the owner on Oct 9, 2022. It is now read-only.

Commit

Permalink
Update gettingstarted.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Jan 2, 2020
1 parent f946dac commit d5fb878
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ Then add Kweb to the dependencies block:
dependencies {
compile 'com.github.kwebio:kweb-core:LATEST_VERSION'
// This (or another SLF4J binding) is required for Kweb to log errors
compile group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.30'
}
Replace LATEST_VERSION with the latest version of Kweb, which you can find on `https://jitpack.io/#kwebio/kweb-core <https://jitpack.io/#kwebio/kweb-core>`_.
Replace LATEST_VERSION with the latest version of Kweb, which you can find on `https://jitpack.io/#kwebio/kweb-core <https://jitpack.io/#kwebio/kweb-core>`_.

Hello world
-----------
Expand Down

0 comments on commit d5fb878

Please sign in to comment.