Mike 2 лет назад
Родитель
Сommit
b6306331cd
2 измененных файлов с 3 добавлено и 2 удалено
  1. 2 1
      README.md
  2. 1 1
      docs/MACOS.md

+ 2 - 1
README.md

@@ -66,7 +66,8 @@ Invoke-WebRequest -Uri http://localhost:8080/user -Method Get
 ```powershell
 ```powershell
 Invoke-WebRequest -Uri http://localhost:8080/user `
 Invoke-WebRequest -Uri http://localhost:8080/user `
   -Body '{"screen_name":"myscreenname", "password":"thepassword"}' `
   -Body '{"screen_name":"myscreenname", "password":"thepassword"}' `
-  -Method Post -ContentType "application/json"
+  -Method Post `
+  -ContentType "application/json"
 ```
 ```
 
 
 #### Change Password
 #### Change Password

+ 1 - 1
docs/MACOS.md

@@ -34,7 +34,7 @@ This guide explains how to download, configure and run Retro AIM Server on macOS
    remove the quarantine flag from the `.app`. In the same terminal, run following command:
    remove the quarantine flag from the `.app`. In the same terminal, run following command:
 
 
    ```shell
    ```shell
-   sudo xattr -d com.apple.quarantine ./retro_aim_server
+   sudo xattr -d com.apple.quarantine ./bin/retro_aim_server
    ```
    ```
 
 
    > While the binaries are 100% safe, you can avoid the security concern by [building the application yourself](./BUILD.md).
    > While the binaries are 100% safe, you can avoid the security concern by [building the application yourself](./BUILD.md).