Skip to content

Commit

Permalink
revise readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kazulagi committed Oct 19, 2021
1 parent 7f64e85 commit 4b16e61
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ ford ford.md
3. Run command

```
git clone /~https://github.com/kazulagi/plantFEM && cd plantFEM && python3 install.py
git clone -b 21.10 /~https://github.com/kazulagi/plantFEM && cd plantFEM && python3 install.py
```

1. You can open files by this command
Expand All @@ -149,7 +149,7 @@ explorer.exe .
In Ubuntu 18.04 or later, execute the next one-liner.

```
git clone /~https://github.com/kazulagi/plantFEM && cd plantFEM && python3 install.py
git clone -b 21.10 /~https://github.com/kazulagi/plantFEM && cd plantFEM && python3 install.py
```

If you want to build and run as a docker container,
Expand All @@ -160,7 +160,7 @@ If you want to build and run as a docker container,
- (2) Open command-prompt and run

```{.copy}
git clone /~https://github.com/kazulagi/plantFEM && cd plantFEM/docker
git clone -b 21.10 /~https://github.com/kazulagi/plantFEM && cd plantFEM/docker
```

- (3) Build docker-image
Expand Down Expand Up @@ -314,7 +314,7 @@ This can run in Google-Colab.
Installation:
```
!git clone /~https://github.com/kazulagi/plantfem.git
!git clone -b 21.10 /~https://github.com/kazulagi/plantfem.git
%cd plantfem
%ls
!python3 install.py
Expand All @@ -335,7 +335,7 @@ Execution:
sudo apt update
sudo apt upgrade -y
sudo apt install git
git clone https://gitlab.com/kazulagi/plantfem.git
git clone -b 21.10 https://gitlab.com/kazulagi/plantfem.git
cd plantfem
sudo apt install python3
python3 setup/setup.py
Expand All @@ -359,7 +359,7 @@ And, install other applications.
```
brew install git
git clone https://gitlab.com/kazulagi/plantfem.git
git clone -b 21.10 https://gitlab.com/kazulagi/plantfem.git
cd plantfem
brew install python3
python3 setup/setup.py
Expand Down Expand Up @@ -389,7 +389,7 @@ cd ~/
sudo apt update
sudo apt upgrade -y
sudo apt install git
git clone https://gitlab.com/kazulagi/plantfem.git
git clone -b 21.10 https://gitlab.com/kazulagi/plantfem.git
cd plantfem
sudo apt install python3
python3 setup/setup.py
Expand Down

0 comments on commit 4b16e61

Please sign in to comment.