1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

cleanup README.md build instructions

- remove Windows, macOS instructions just mandate GNU/Linux for all.
  GNU/Linux instructions work macOS as well.

- introduce 'make all' to build all targets.
This commit is contained in:
Harshavardhana
2022-09-12 23:39:54 -04:00
parent 2dc868af74
commit 52b13b90f7
3 changed files with 40 additions and 111 deletions

View File

@ -1,13 +1,14 @@
#!/bin/bash
branch=$(git branch --show-current)
export NVM_DIR="/home/minio/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
nvm use stable
export PATH=${PATH}:${HOME}/.local/bin
make clean-all
make k8s
make linux
make container
make windows
make macos
make all
sudo mkdir -p /var/www/docs/minio/windows
sudo mkdir -p /var/www/docs/minio/macos