Skip to content

Commit

Permalink
- Added gpm install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Difint committed Jun 17, 2022
1 parent 3d2c087 commit 162aaac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,12 @@ You want to make the Moon forpost of human civilization in space in order to col
godot

3. Clone this repo
4. cd to game/ subfolder
4. cd to game/
5. Install [Install Godot Package Manager](https://github.com/LunCoSim/godot-package-manager) guide

`./gpm_install.sh`

wget https://raw.githubusercontent.com/LunCoSim/godot-package-manager/master/gpm_init.sh -O - | bash

6. Type

chmod +x ./gpm

./gpm

7. Run project by clicking on "project.godot" in "game" folder and install all the plugins
6. Run project by clicking on "project.godot" in "game" folder and install all the plugins
8. Read [Terms](./docs/TERMS.MD) to understand used terminology

## Links
Expand Down
7 changes: 7 additions & 0 deletions game/gpm_install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#! /bin/bash

wget https://raw.githubusercontent.com/LunCoSim/godot-package-manager/master/gpm_init.sh -O - | bash

chmod +x ./gpm

./gpm

0 comments on commit 162aaac

Please sign in to comment.