소스 검색

docs(readme): fix typo

Friedel Ziegelmayer 6 년 전
부모
커밋
852916ac02
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -29,7 +29,7 @@ $ git clone git@github.com:deltachat/deltachat-ios.git
 $ cd deltachat-ios
 $ git submodule update --init --recursive
 # Make sure the correct rust version is installed
-$ rustup toolchain install `cat deltachat-ios/libraries/deltachat-core-rust/rust-toolchain``
+$ rustup toolchain install `cat deltachat-ios/libraries/deltachat-core-rust/rust-toolchain`
 $ open deltachat-ios.xcworkspace # do not: open deltachat-ios.xcodeproj
 ```