Skip to content

Commit 50a983e

Browse files
committed
Imporve docs
1 parent 66f0c7b commit 50a983e

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

docs/quickstart/joining-project.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ sidebar_position: 2
55
# Joining a Project
66

77
Although every decompiler has a slightly different implementation for BinSync, the instructions below should work almost the same for all decompilers.
8-
This is because we use a unified GUI made to work in a variety of QT versions.
8+
This is because we use a unified GUI made to work in a variety of Qt versions.
99

1010
In this tutorial, you will validate your BinSync install can:
1111
1. Use Git to connect to a BinSync project
1212
2. Read data from the remote BinSync project
1313
3. Set the read data into your decompiler.
1414

15-
For this tutorial, we will use the example binsync repo that is a part of the BinSync project.
15+
For this tutorial, we will use the example binsync repo that is a part of the BinSync project.
1616

1717
## Sync Validation
1818
1. Clone down the example BinSync project
@@ -97,4 +97,8 @@ char __cdecl mahaloz_main(int my_arg1, const char **my_arg2, int **my_arg3)
9797
9898
Take note of the variable names & types, and the comments. This will look different per decompiler, but the symbols and types should line up for the most part.
9999
100-
For more general use, tips, and advice, see our [Use Guide](../ui-guide).
100+
---
101+
102+
In this tutorial you learned how to _read_ data, but how do you _write_ in BinSync? All changes you make in BinSync are automatically recorded, and you should see them appear in the Functions/Globals/Context tabs as you use BinSync. Others will sync that data the same way.
103+
104+
For more general use, tips, and advice, see our [Use Guide](../ui-guide).

0 commit comments

Comments
 (0)