Nimble has docs:

[https://github.com/nim-lang/nimble#binary-packages](https://github.com/nim-lang/nimble#binary-packages)
    
    
    In this case when nimble install is invoked, Nimble will build the main.nim 
file, copy it into $nimbleDir/pkgs/pkgname-ver/ and subsequently create a 
symlink to the binary in $nimbleDir/bin/. On Windows a stub .cmd file is 
created instead.
    
    
    Run

Reply via email to