diff --git a/README.md b/README.md index eb89462..5c4e701 100644 --- a/README.md +++ b/README.md @@ -93,24 +93,24 @@ makeshift download profile default ```bash # upload a single file in root directory - makeshift upload -d @compute-base.yaml - - # upload a directory (not working yet...) - makeshift upload -d @setup/ +makeshift upload -d @compute-base.yaml - # upload an archive (extracted and saved on server - not working yet...) - makeshift upload -d @setup.tar.gz -t archive +# upload a directory (not working yet...) +makeshift upload -d @setup/ - # upload a new profile - makeshift upload profile -d @compute.json kubernetes.json +# upload an archive (extracted and saved on server - not working yet...) +makeshift upload -d @setup.tar.gz -t archive - # upload a new profile with a specific path - makeshift upload profile -d @kubernetes.json - makeshift upload profile -d '{"id": "custom", "data": {}}' kubernetes.json + # upload a new profile +makeshift upload profile -d @compute.json kubernetes.json - # upload a new plugin - makeshift upload plugin -d @slurm.so - makeshift upload plugin slurm.so +# upload a new profile with a specific path +makeshift upload profile -d @kubernetes.json +makeshift upload profile -d '{"id": "custom", "data": {}}' kubernetes.json + +# upload a new plugin +makeshift upload plugin -d @slurm.so +makeshift upload plugin slurm.so ``` > [!NOTE]