1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-03 05:27:04 +02:00

remove $ from code-blocks in other markdown files as well (#952)

* remove $ from code blocks in translations

* remove $ from code blocks in the other markdown files as well

* Revert "remove $ from code blocks in the other markdown files as well"

This reverts commit eda922dab9.

* remove $ from code blocks in setup.md

* re-added the previous changes

* revert logging.md
This commit is contained in:
Sharun
2023-07-11 00:25:41 -04:00
committed by GitHub
parent 427aab110f
commit f5764ad4bc
5 changed files with 18 additions and 18 deletions

View File

@ -4,9 +4,9 @@ We will be using an Android Virtual Device to test our code. Make sure you have
access to one or create a new one with:
```shell
$ source build/envsetup.sh
$ lunch aosp_cf_x86_64_phone-userdebug
$ acloud create
source build/envsetup.sh
lunch aosp_cf_x86_64_phone-userdebug
acloud create
```
Please see the [Android Developer