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:
@ -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
|
||||
|
Reference in New Issue
Block a user