Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Nodejs wrapper that communicates with the Telegram API.

Underlyingly makes use of telegram-cli (https://github.com/vysheng/tg).

##Installation
## Installation

1. To run it locally run the following command:

Expand All @@ -26,7 +26,7 @@ Underlyingly makes use of telegram-cli (https://github.com/vysheng/tg).

This will compile the code in the included tg submodule into the `tg/bin` directory.

##Running it the first time
## Running it the first time

While in the root of this project, first run the binary in the `tg/bin` directory by doing:

Expand All @@ -47,6 +47,6 @@ tgapi.connect(function(connection){
```


##Windows
## Windows

Haven't tested this for Windows (yet)