about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-07-19 16:04:45 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-07-19 16:04:45 -0500
commite78143b3dc7ae52e0680799e190a3df3ed54aac3 (patch)
treee27a219f141a32db013a42520499e435aee4ca1e /README.md
parentdc55f580049d284c6e01271e3885c4fa23a8f458 (diff)
downloadvoidsky-e78143b3dc7ae52e0680799e190a3df3ed54aac3.tar.zst
Add icons
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2133d9c6d..64ffe5da5 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Uses:
   - Web: `yarn web`
 - Tips
   - `npx react-native info` Checks what has been installed.
-  - On M1 macs, you need to exclude "arm64" from the target architectures
+  - On M1 macs, [you need to exclude "arm64" from the target architectures](https://stackoverflow.com/a/65399525)
     - Annoyingly this must be re-set via XCode after every pod install
   - The android simulator won't be able to access localhost services unless you run `adb reverse tcp:{PORT} tcp:{PORT}`
     - For instance, the localhosted dev-wallet will need `adb reverse tcp:3001 tcp:3001`