mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-03-19 18:05:37 +00:00
Update building-msvc.md (#3307)
Use `subst` to map drive instead of `net use`. Signed-off-by: Richard Yu <yurichard3839@gmail.com> (github: ysc3839)
This commit is contained in:
parent
5ec758637d
commit
e57b5a7a47
@ -41,7 +41,7 @@ All commands (if not stated otherwise) will be launched from **VS2015 x86 Native
|
||||
|
||||
***In case you don't have a *D* drive, or prefer to use another working directory.***
|
||||
Since all of the examples and commands here are using the *D* drive, you might find it more comfortable to map the drive to a folder you of your choice.
|
||||
For example, to map *D:\\* to *C:\\base_folder_for_telegram_dev*, open the cmd and execute: `net use D: \\localhost\c$\base_folder_for_telegram_dev`.
|
||||
For example, to map *D:\\* to *C:\\base_folder_for_telegram_dev*, open the cmd and execute: `subst D: C:\base_folder_for_telegram_dev`.
|
||||
|
||||
## Clone source code
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user