Release 2.7.0: macOS GUI app with the same UI as Windows.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -368,17 +368,16 @@ func sanitizeVol(s string) string {
|
||||
func readmeText(version, arch string) string {
|
||||
switch arch {
|
||||
case "universal":
|
||||
return fmt.Sprintf(`Navis %s for macOS (универсальная сборка)
|
||||
return fmt.Sprintf(`Navis %s for macOS (универсальная GUI-сборка)
|
||||
|
||||
Подходит для Apple Silicon (M1/M2/M3/M4) и Intel Mac.
|
||||
|
||||
1) Перетащите Navis.app в Программы (Applications)
|
||||
2) При первом запуске, если macOS блокирует:
|
||||
2) При блокировке:
|
||||
xattr -dr com.apple.quarantine /Applications/Navis.app
|
||||
3) В Терминале:
|
||||
/Applications/Navis.app/Contents/MacOS/Navis init
|
||||
/Applications/Navis.app/Contents/MacOS/Navis install-core
|
||||
/Applications/Navis.app/Contents/MacOS/Navis connect
|
||||
3) Запустите Navis — откроется окно как на Windows
|
||||
(Chrome/Edge/Brave в режиме приложения, иначе браузер)
|
||||
4) CLI (ядро/connect из терминала): рядом на git файл Navis-cli
|
||||
|
||||
Магазин: https://evilfox.win/
|
||||
`, version)
|
||||
|
||||
Reference in New Issue
Block a user