Skip to content
This repository was archived by the owner on Oct 5, 2019. It is now read-only.

Commit a59ce32

Browse files
author
Zaczero
authored
Update README.md
1 parent 2938e2b commit a59ce32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,14 +204,15 @@ string a = <proxy "Hello World">;
204204

205205
## How to configure SharpLoader?
206206
All SharpLoader's configuration is stored in SharpLoader.ini file.
207+
You can generate this file by running SharpLoader in cmd mode.
207208

208209
#### References
209210
All references that your application use (dlls).
210211
Separated by ';' character.
211212
`References=System.dll;System.Windows.Forms.dll`
212213

213214
#### Directory
214-
Main project directory.
215+
Main project directory.
215216
`Directory=MySources`
216217

217218
*TIP: Alternatively you can drag'n'drop source files/directories*

0 commit comments

Comments
 (0)