Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 7 additions & 1 deletion README-outline.md → README-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,13 @@ make windows-service-build
.\bin\windows-amd64\lanternsvc.exe --console
```

3. Run the Flutter desktop app
3. Build the windows shared library

```
make windows
```

4. Run the Flutter desktop app

```
flutter run -d windows
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Censorship circumvention tool available for free download on any operating syste

![cover page](https://github.com/getlantern/.github/blob/main/resources/cover_page.png)

## Developers

If you are a developer looking for build instructions or to get involved, please see the [developer README](README-dev.md).

## Downloads
<table>
<tr>
Expand Down
Loading