Skip to content

Commit e955952

Browse files
committed
01.1.md: file updated
1 parent 134e941 commit e955952

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

fa/working/01.1.md

+14-12
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
# 1.1 Installation
1+
<div dir="rtl">
22

3-
## Three ways to install Go
3+
# ۱-۱ نصب
44

5-
There are many ways to configure the Go development environment on your computer, and you can choose whichever one you like. The three most common ways are as follows.
5+
## سه روش برای نصب Go
66

7+
راه های زیادی برای تنظیم محیز توسعه ی Go بر روی کامپیوتر وجود دارند، و شما می توانید از هر یک از این روش ها به دلخواه خود استفاده کنید. به طور کلی سه روش زیر، به عنوان رایج ترین روش ها شناخته می شوند:
78

8-
- Official installation packages.
9-
- The Go team provides convenient installation packages in Windows, Linux, Mac and other operating systems. This is probably the easiest way to get started. You can get the installers from the [Golang Download Page](https://golang.org/dl/).
10-
- Install it yourself from source code.
11-
- Popular with developers who are familiar with Unix-like systems.
12-
- Using third-party tools.
13-
- There are many third-party tools and package managers for installing Go, like apt-get in Ubuntu and homebrew for Mac.
14-
15-
In case you want to install more than one version of Go on a computer, you should take a look at a tool called [GVM](https://github.com/moovweb/gvm). It is the best tool I've seen so far for accomplishing this task, otherwise you'd have to deal with it yourself.
9+
- نصب پکیج های رسمی.
10+
- تیم توسعه ی Go پکیج های جامعی را برای ویندوز، لینوکس، مک و سایر سیستم عامل ها فراهم کرده است. این روش نصب، شاید ساده ترین روش ممکن برای شروع باشد. شما می توانید به [صفحه ی دانلود Golang](https://golang.org/dl/) مراجعه کرده و فایل نصبی مورد نظر خود را دانلود کنید.
11+
- نصب Go از طریق کد منبع.
12+
- این روش بین توسعه دهندگان سیستم های شبه یونیکس مرسوم و شناخته شده است.
13+
- استفاده از ابزارهای شخص سوم (third-party)
14+
- ابزارها و پکیج های زیادی برای نصب Go وجود دارند، که شما می توانید از آن ها استفاده کنید. برای مثال apt-get در اوبونتو و homebrew در مک.
15+
16+
اگر به هر دلیلی احتیاح دارید بیشتر از یک نسخه از Go را بر روی یک کامپیوتر داشته باشید، کافیست نگاهی به ابزار [GVM](https://github.com/moovweb/gvm) داشته باشید، که یکی از بهترین ابزارهای موجود برای این منظور می باشد. در غیر این صورت همیشه می توانید این کار را به صورت دستی هم انجام دهید.
1617

17-
## Install from source code
18+
## نصب از طریق کد منبع
1819

1920
To compile Go 1.5 and upwards, you only need the previous version of Go, as Go has achieved bootstrapping. You only need Go to compile Go.
2021

@@ -146,3 +147,4 @@ Homebrew is a software management tool commonly used in Mac to manage packages.
146147
- [Directory](preface.md)
147148
- Previous section: [Go environment configuration](01.0.md)
148149
- Next section: [$GOPATH and workspace](01.2.md)
150+
</div>
File renamed without changes.

0 commit comments

Comments
 (0)