Skip to content

Commit

Permalink
- Moved gmp_install to root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Difint committed Jun 17, 2022
1 parent 162aaac commit 24fa21c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,18 @@ You want to make the Moon forpost of human civilization in space in order to col

## How to run
1. Install [Godot 3.5-rc3](https://downloads.tuxfamily.org/godotengine/3.5-rc2/)
2. Make sure that it's in PATH, e.g. you can start it from terminal using below command:
2. Install [wget]() if you do not have it
3. Make sure that it's in PATH, e.g. you can start it from terminal using below command:

godot

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

`./gpm_install.sh`

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
7. Read [Terms](./docs/TERMS.MD) to understand used terminology

## Links

Expand Down
1 change: 1 addition & 0 deletions game/gpm_install.sh → gpm_install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#! /bin/bash

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

chmod +x ./gpm
Expand Down

0 comments on commit 24fa21c

Please sign in to comment.