mirror of
https://github.com/wekan/wekan.git
synced 2026-01-19 15:56:09 +01:00
Added Mac docs about Homebrew GUI Applite.
Thanks to xet7 !
This commit is contained in:
parent
614cb44b55
commit
8b5430acb8
1 changed files with 5 additions and 1 deletions
|
|
@ -52,6 +52,10 @@ Meteor includes Node.js and MongoDB version, when developing. But if not develop
|
|||
```
|
||||
softwareupdate --install-rosetta --agree-to-license
|
||||
```
|
||||
Also, install Homebrew, and Homebrew GUI that is very useful:
|
||||
```
|
||||
brew install applite
|
||||
```
|
||||
2) Clone Wekan:
|
||||
```
|
||||
git clone https://github.com/wekan/wekan
|
||||
|
|
@ -140,4 +144,4 @@ docker-compose up -d --build
|
|||
Q: Is there file manager, that shows all files and directories that are at directory? Or should I use mc at zsh? For example, if there is directory /Users/username/repos, it is not visible in Finder, until I move it to /Users/username/Downloads/repos
|
||||
|
||||
A: I just add my home directory to the list of favorites. You can also just go to any directory you want with CMD+Shift+G .
|
||||
CMD+Shift+Period toggles hidden files on and off
|
||||
CMD+Shift+Period toggles hidden files on and off
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue